summaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.cpp
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-09-12 15:47:31 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2017-09-12 15:47:31 +0000
commit844009017742357a6b004684ed5b0f50fe00f7d4 (patch)
tree8e31e33cdb83e05f53b782361a9b73e5e6947edb /utils/TableGen/FastISelEmitter.cpp
parent2ea93a22e521b34e419f45487a16313eea52a714 (diff)
Remove ancient, commented out code from TableGen, NFC
These pieces were commented out in r98534 and r129691, i.e. 6+ years ago. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313038 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/FastISelEmitter.cpp')
-rw-r--r--utils/TableGen/FastISelEmitter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp
index 25388b75cc0..8e4e9d81415 100644
--- a/utils/TableGen/FastISelEmitter.cpp
+++ b/utils/TableGen/FastISelEmitter.cpp
@@ -217,10 +217,6 @@ struct OperandsSignature {
PredNo = ImmediatePredicates.getIDFor(PredFn)+1;
}
- // Handle unmatched immediate sizes here.
- //if (Op->getType(0) != VT)
- // return false;
-
Operands.push_back(OpKind::getImm(PredNo));
continue;
}