[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 28 22:16:35 PST 2005
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.4 -> 1.5
---
Log message:
No targets support line number info yet.
---
Diffs of the changes: (+3 -0)
X86ISelLowering.cpp | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.4 llvm/lib/Target/X86/X86ISelLowering.cpp:1.5
--- llvm/lib/Target/X86/X86ISelLowering.cpp:1.4 Sun Nov 20 16:57:19 2005
+++ llvm/lib/Target/X86/X86ISelLowering.cpp Tue Nov 29 00:16:21 2005
@@ -116,6 +116,9 @@
setOperationAction(ISD::SELECT , MVT::i1 , Promote);
setOperationAction(ISD::SELECT , MVT::i8 , Promote);
+ // We don't have line number support yet.
+ setOperationAction(ISD::LOCATION, MVT::Other, Expand);
+
if (X86ScalarSSE) {
// Set up the FP register classes.
addRegisterClass(MVT::f32, X86::V4F4RegisterClass);
More information about the llvm-commits
mailing list