diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-29 06:16:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-29 06:16:21 +0000 |
commit | 9c415364cf422707b129391e451a43c8570bb127 (patch) | |
tree | 08d14d4b43acd2c5ad224517b9b01332d19e4933 /llvm/lib/Target/Alpha/AlphaISelLowering.cpp | |
parent | 5a8726c5750f6d21ec0a63e823567faa4c56e119 (diff) | |
download | bcm5719-llvm-9c415364cf422707b129391e451a43c8570bb127.tar.gz bcm5719-llvm-9c415364cf422707b129391e451a43c8570bb127.zip |
No targets support line number info yet.
llvm-svn: 24513
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp index df84d52feb5..021c92db3c9 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp @@ -97,6 +97,9 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM) //Doesn't work yet setOperationAction(ISD::SETCC, MVT::f32, Promote); + + // We don't have line number support yet. + setOperationAction(ISD::LOCATION, MVT::Other, Expand); computeRegisterProperties(); |