Changes in directory llvm/lib/Target/X86:

X86ISelLowering.cpp updated: 1.20 -> 1.21
---
Log message:

Had expand logic backward.


---
Diffs of the changes:  (+2 -0)

 X86ISelLowering.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.20 
llvm/lib/Target/X86/X86ISelLowering.cpp:1.21
--- llvm/lib/Target/X86/X86ISelLowering.cpp:1.20        Wed Jan  4 19:25:28 2006
+++ llvm/lib/Target/X86/X86ISelLowering.cpp     Wed Jan  4 19:47:43 2006
@@ -130,6 +130,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);
 
   if (X86ScalarSSE) {
     // Set up the FP register classes.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to