summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcher.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-10-04 05:52:17 +0000
committerCraig Topper <craig.topper@gmail.com>2013-10-04 05:52:17 +0000
commitd9a6cc031df373ad2a1ae40a6e8e2606174150c4 (patch)
tree512939c9de082162a59e01ffd68e1b09e029ed2a /llvm/utils/TableGen/DAGISelMatcher.cpp
parenta2efe9ebc68457bbff97c9e38665f2ac4813d87c (diff)
downloadbcm5719-llvm-d9a6cc031df373ad2a1ae40a6e8e2606174150c4.tar.gz
bcm5719-llvm-d9a6cc031df373ad2a1ae40a6e8e2606174150c4.zip
Revert r191940 to see if it fixes the build bots.
llvm-svn: 191941
Diffstat (limited to 'llvm/utils/TableGen/DAGISelMatcher.cpp')
-rw-r--r--llvm/utils/TableGen/DAGISelMatcher.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcher.cpp b/llvm/utils/TableGen/DAGISelMatcher.cpp
index 5d6a11ae0dc..af0eb977250 100644
--- a/llvm/utils/TableGen/DAGISelMatcher.cpp
+++ b/llvm/utils/TableGen/DAGISelMatcher.cpp
@@ -134,10 +134,6 @@ void CheckSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
OS.indent(indent) << "CheckSame " << MatchNumber << '\n';
}
-void CheckChildSameMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
- OS.indent(indent) << "CheckChild" << ChildNo << "Same\n";
-}
-
void CheckPatternPredicateMatcher::
printImpl(raw_ostream &OS, unsigned indent) const {
OS.indent(indent) << "CheckPatternPredicate " << Predicate << '\n';
OpenPOWER on IntegriCloud