[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
Jim Laskey
jlaskey at apple.com
Wed Jan 4 17:47:58 PST 2006
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.17 -> 1.18
---
Log message:
Had expand logic backward.
---
Diffs of the changes: (+2 -0)
AlphaISelLowering.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.17 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.18
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.17 Wed Jan 4 19:25:28 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp Wed Jan 4 19:47:43 2006
@@ -103,6 +103,8 @@
// We don't have line number support yet.
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
+ setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
+ setOperationAction(ISD::DEBUG_LABEL, MVT::Other, Expand);
// We want to legalize GlobalAddress and ConstantPool and
// ExternalSymbols nodes into the appropriate instructions to
More information about the llvm-commits
mailing list