[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
Evan Cheng
evan.cheng at apple.com
Mon Oct 30 00:02:56 PST 2006
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.69 -> 1.70
---
Log message:
All targets expand BR_JT for now.
---
Diffs of the changes: (+2 -1)
AlphaISelLowering.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.69 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.70
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.69 Fri Oct 13 16:14:26 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp Mon Oct 30 02:02:39 2006
@@ -62,7 +62,8 @@
setStoreXAction(MVT::i1, Promote);
- // setOperationAction(ISD::BRIND, MVT::i64, Expand);
+ // setOperationAction(ISD::BRIND, MVT::Other, Expand);
+ setOperationAction(ISD::BR_JT, MVT::Other, Expand);
setOperationAction(ISD::BR_CC, MVT::Other, Expand);
setOperationAction(ISD::SELECT_CC, MVT::Other, Expand);
More information about the llvm-commits
mailing list