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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits