projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2577c22
)
Unused instruction
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 12 May 2006 07:42:01 +0000
(07:42 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 12 May 2006 07:42:01 +0000
(07:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28240
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/DAGISelEmitter.cpp
b/utils/TableGen/DAGISelEmitter.cpp
index c2b14ed701315e2da6ba7263edffbb4428cf9015..fdf5840b6e26a7ea2620df05b5009c627e254a39 100644
(file)
--- 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);