[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelLowering.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 28 22:16:35 PST 2005



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);






More information about the llvm-commits mailing list