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/PowerPC/PPCISelLowering.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/PowerPC/PPCISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index 6f798c38ed8..9526ae1f2a7 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -90,6 +90,9 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM) // PowerPC does not have truncstore for i1. setOperationAction(ISD::TRUNCSTORE, MVT::i1, Promote); + + // PowerPC doesn't have line number support yet. + setOperationAction(ISD::LOCATION, MVT::Other, Expand); // We want to legalize GlobalAddress into the appropriate instructions to // materialize the address. |

