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

Evan Cheng evan.cheng at apple.com
Mon Oct 30 00:03:02 PST 2006



Changes in directory llvm/lib/Target/X86:

X86ISelLowering.cpp updated: 1.281 -> 1.282
---
Log message:

All targets expand BR_JT for now.

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

 X86ISelLowering.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.281 llvm/lib/Target/X86/X86ISelLowering.cpp:1.282
--- llvm/lib/Target/X86/X86ISelLowering.cpp:1.281	Fri Oct 27 16:08:32 2006
+++ llvm/lib/Target/X86/X86ISelLowering.cpp	Mon Oct 30 02:02:39 2006
@@ -146,6 +146,7 @@
   setOperationAction(ISD::BIT_CONVERT      , MVT::f32  , Expand);
   setOperationAction(ISD::BIT_CONVERT      , MVT::i32  , Expand);
 
+  setOperationAction(ISD::BR_JT            , MVT::Other, Expand);
   setOperationAction(ISD::BRCOND           , MVT::Other, Custom);
   setOperationAction(ISD::BR_CC            , MVT::Other, Expand);
   setOperationAction(ISD::SELECT_CC        , MVT::Other, Expand);






More information about the llvm-commits mailing list