[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp

Nate Begeman natebegeman at mac.com
Thu Mar 16 17:40:50 PST 2006



Changes in directory llvm/lib/Target/X86:

X86ISelLowering.cpp updated: 1.107 -> 1.108
---
Log message:

Remove BRTWOWAY*
Make the PPC backend not dependent on BRTWOWAY_CC and make the branch
selector smarter about the code it generates, fixing a case in the
readme.


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

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


Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.107 llvm/lib/Target/X86/X86ISelLowering.cpp:1.108
--- llvm/lib/Target/X86/X86ISelLowering.cpp:1.107	Thu Mar 16 16:02:48 2006
+++ llvm/lib/Target/X86/X86ISelLowering.cpp	Thu Mar 16 19:40:33 2006
@@ -125,8 +125,6 @@
   setOperationAction(ISD::BIT_CONVERT      , MVT::i32  , Expand);
 
   setOperationAction(ISD::BRCOND           , MVT::Other, Custom);
-  setOperationAction(ISD::BRCONDTWOWAY     , MVT::Other, Expand);
-  setOperationAction(ISD::BRTWOWAY_CC      , MVT::Other, Expand);
   setOperationAction(ISD::BR_CC            , MVT::Other, Expand);
   setOperationAction(ISD::SELECT_CC        , MVT::Other, Expand);
   setOperationAction(ISD::MEMMOVE          , MVT::Other, Expand);






More information about the llvm-commits mailing list