summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-12 07:42:01 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-12 07:42:01 +0000
commitd9d4518a86eecf6cf86b1ef45cab428db2042366 (patch)
tree1255c6839d31243a446185ecfa848630ec46bfe1 /utils
parent2577c22131fbcf58cefdad63114c3e14a9d00c26 (diff)
downloadllvm-d9d4518a86eecf6cf86b1ef45cab428db2042366.tar.gz
llvm-d9d4518a86eecf6cf86b1ef45cab428db2042366.tar.bz2
llvm-d9d4518a86eecf6cf86b1ef45cab428db2042366.tar.xz
Unused instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28240 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/DAGISelEmitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/DAGISelEmitter.cpp b/utils/TableGen/DAGISelEmitter.cpp
index c2b14ed701..fdf5840b6e 100644
--- a/utils/TableGen/DAGISelEmitter.cpp
+++ b/utils/TableGen/DAGISelEmitter.cpp
@@ -2870,7 +2870,6 @@ private:
if (Op->isSubClassOf("Instruction")) {
const DAGInstruction &Inst = ISE.getInstruction(Op);
const CodeGenTarget &CGT = ISE.getTargetInfo();
- CodeGenInstruction &II = CGT.getInstruction(Op->getName());
unsigned NumImpResults = Inst.getNumImpResults();
for (unsigned i = 0; i < NumImpResults; i++) {
Record *RR = Inst.getImpResult(i);