OSDN Git Service

Unused instruction
authorEvan Cheng <evan.cheng@apple.com>
Fri, 12 May 2006 07:42:01 +0000 (07:42 +0000)
committerEvan 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

index c2b14ed..fdf5840 100644 (file)
@@ -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);