Changes in directory llvm/lib/CodeGen:

TwoAddressInstructionPass.cpp updated: 1.39 -> 1.40
---
Log message:

Remove M_2_ADDR_FLAG.

---
Diffs of the changes:  (+0 -2)

 TwoAddressInstructionPass.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
diff -u llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.39 
llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.40
--- llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.39 Wed Nov  1 17:06:55 2006
+++ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp      Wed Nov  8 20:22:15 2006
@@ -191,8 +191,6 @@
                 mbbi->erase(mi);                 // Nuke the old inst.
                 mi = New;
                 ++NumConvertedTo3Addr;
-                assert(!TII.isTwoAddrInstr(New->getOpcode()) &&
-                       "convertToThreeAddress returned a 2-addr 
instruction??");
                 // Done with this instruction.
                 break;
               }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to