[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp
Jim Laskey
jlaskey at apple.com
Wed Dec 21 12:51:51 PST 2005
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.13 -> 1.14
---
Log message:
Disengage DEBUG_LOC from non-PPC targets.
---
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.13 llvm/lib/Target/X86/X86ISelLowering.cpp:1.14
--- llvm/lib/Target/X86/X86ISelLowering.cpp:1.13 Wed Dec 21 14:21:51 2005
+++ llvm/lib/Target/X86/X86ISelLowering.cpp Wed Dec 21 14:51:37 2005
@@ -126,6 +126,7 @@
// We don't have line number support yet.
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
+ setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
if (X86ScalarSSE) {
// Set up the FP register classes.
More information about the llvm-commits
mailing list