diff options
author | Jim Laskey <jlaskey@mac.com> | 2005-12-21 20:51:37 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2005-12-21 20:51:37 +0000 |
commit | 9e296bee9ab21c9719229ddb913537d812fcc5ca (patch) | |
tree | 096f2ad02626bb4c579a264ba6f96fd924bbfac2 /llvm/lib/Target/Alpha/AlphaISelLowering.cpp | |
parent | 67ff29c095183e7c25e3d016e3368c94d0e2ce49 (diff) | |
download | bcm5719-llvm-9e296bee9ab21c9719229ddb913537d812fcc5ca.tar.gz bcm5719-llvm-9e296bee9ab21c9719229ddb913537d812fcc5ca.zip |
Disengage DEBUG_LOC from non-PPC targets.
llvm-svn: 24919
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp index e86e25bf772..9b2fce2c1a9 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp @@ -102,6 +102,7 @@ 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); addLegalFPImmediate(+0.0); //F31 addLegalFPImmediate(-0.0); //-F31 |