[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
Jim Laskey
jlaskey at apple.com
Wed Dec 21 12:51:51 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.12 -> 1.13
---
Log message:
Disengage DEBUG_LOC from non-PPC targets.
---
Diffs of the changes: (+1 -0)
AlphaISelLowering.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.12 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.13
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.12 Wed Nov 30 11:11:20 2005
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp Wed Dec 21 14:51:36 2005
@@ -102,6 +102,7 @@
// We don't have line number support yet.
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
+ setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
addLegalFPImmediate(+0.0); //F31
addLegalFPImmediate(-0.0); //-F31
More information about the llvm-commits
mailing list