Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.19 -> 1.20 --- Log message: Added initial support for DEBUG_LABEL allowing debug specific labels to be inserted in the code. --- Diffs of the changes: (+0 -1) X86ISelLowering.cpp | 1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.19 llvm/lib/Target/X86/X86ISelLowering.cpp:1.20 --- llvm/lib/Target/X86/X86ISelLowering.cpp:1.19 Wed Jan 4 18:27:02 2006 +++ llvm/lib/Target/X86/X86ISelLowering.cpp Wed Jan 4 19:25:28 2006 @@ -130,7 +130,6 @@ // 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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits