summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherGen.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-16 06:15:00 +0000
committerChris Lattner <sabre@nondot.org>2010-02-16 06:15:00 +0000
commite2de49d9a1f26a16963739eab94aeba894df16a7 (patch)
treef98302f787af21daab25465ad05d89f061e62b75 /utils/TableGen/DAGISelMatcherGen.cpp
parent6e6975d419d6b1aa35a56576aa3527a8e4dc87ab (diff)
downloadllvm-e2de49d9a1f26a16963739eab94aeba894df16a7.tar.gz
llvm-e2de49d9a1f26a16963739eab94aeba894df16a7.tar.bz2
llvm-e2de49d9a1f26a16963739eab94aeba894df16a7.tar.xz
remove now dead code and fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96333 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/DAGISelMatcherGen.cpp')
-rw-r--r--utils/TableGen/DAGISelMatcherGen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/TableGen/DAGISelMatcherGen.cpp b/utils/TableGen/DAGISelMatcherGen.cpp
index 3ed076c7c7..07ab4729a6 100644
--- a/utils/TableGen/DAGISelMatcherGen.cpp
+++ b/utils/TableGen/DAGISelMatcherGen.cpp
@@ -243,8 +243,6 @@ void MatcherGen::EmitOperatorMatchCode(const TreePatternNode *N,
}
}
- // FIXME: Handle EmittedUseCheck & Flags & .hasOneUse()
-
for (unsigned i = 0, e = N->getNumChildren(); i != e; ++i, ++OpNo) {
// Get the code suitable for matching this child. Move to the child, check
// it then move back to the parent.