summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-01-05 01:25:28 +0000
committerJim Laskey <jlaskey@mac.com>2006-01-05 01:25:28 +0000
commit762e9ec06c62131bd5967b5fe855c543c7d1af67 (patch)
tree14ff31f5a1f97299d4dac2e56bdcc1e0080d044d /llvm/lib/Target/X86/X86ISelLowering.cpp
parent45e19098a6a723bd4b5d66ef56f32798f0fafa95 (diff)
downloadbcm5719-llvm-762e9ec06c62131bd5967b5fe855c543c7d1af67.tar.gz
bcm5719-llvm-762e9ec06c62131bd5967b5fe855c543c7d1af67.zip
Added initial support for DEBUG_LABEL allowing debug specific labels to be
inserted in the code. llvm-svn: 25104
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 1811f62b0b0..304165e4a80 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -130,7 +130,6 @@ X86TargetLowering::X86TargetLowering(TargetMachine &TM)
// 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.
OpenPOWER on IntegriCloud