diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-01-05 01:25:28 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-01-05 01:25:28 +0000 |
commit | 762e9ec06c62131bd5967b5fe855c543c7d1af67 (patch) | |
tree | 14ff31f5a1f97299d4dac2e56bdcc1e0080d044d /llvm/lib/Target/Alpha/AlphaISelLowering.cpp | |
parent | 45e19098a6a723bd4b5d66ef56f32798f0fafa95 (diff) | |
download | bcm5719-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.cpp | 1 |
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 |