[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Nov 28 22:16:34 PST 2005
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.45 -> 1.46
---
Log message:
No targets support line number info yet.
---
Diffs of the changes: (+3 -0)
PPCISelLowering.cpp | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff -u llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.45 llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.46
--- llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.45 Thu Nov 17 12:55:48 2005
+++ llvm/lib/Target/PowerPC/PPCISelLowering.cpp Tue Nov 29 00:16:21 2005
@@ -90,6 +90,9 @@
// 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.
More information about the llvm-commits
mailing list