summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelLowering.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/Alpha/AlphaISelLowering.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/Alpha/AlphaISelLowering.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
index cc4144c0b2d..9ce9a3ebe09 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -103,7 +103,6 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM)
// We don't have line number support yet.
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
- setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
// We want to legalize GlobalAddress and ConstantPool and
// ExternalSymbols nodes into the appropriate instructions to
OpenPOWER on IntegriCloud