Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.cpp updated: 1.3 -> 1.4 --- Log message: No targets support line number info yet. --- Diffs of the changes: (+3 -0) IA64ISelLowering.cpp | 3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/IA64/IA64ISelLowering.cpp diff -u llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.3 llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.4 --- llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.3 Fri Nov 4 04:01:11 2005 +++ llvm/lib/Target/IA64/IA64ISelLowering.cpp Tue Nov 29 00:16:21 2005 @@ -72,6 +72,9 @@ setOperationAction(ISD::FCOS , MVT::f32, Expand); setOperationAction(ISD::FSQRT, MVT::f32, Expand); + // We don't have line number support yet. + setOperationAction(ISD::LOCATION, MVT::Other, Expand); + //IA64 has these, but they are not implemented setOperationAction(ISD::CTTZ , MVT::i64 , Expand); setOperationAction(ISD::CTLZ , MVT::i64 , Expand); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits