Changes in directory llvm/lib/Target/IA64:

IA64ISelLowering.cpp updated: 1.4 -> 1.5
IA64ISelPattern.cpp updated: 1.69 -> 1.70
---
Log message:

Disengage DEBUG_LOC from non-PPC targets.


---
Diffs of the changes:  (+2 -0)

 IA64ISelLowering.cpp |    1 +
 IA64ISelPattern.cpp  |    1 +
 2 files changed, 2 insertions(+)


Index: llvm/lib/Target/IA64/IA64ISelLowering.cpp
diff -u llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.4 
llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.5
--- llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.4       Tue Nov 29 00:16:21 2005
+++ llvm/lib/Target/IA64/IA64ISelLowering.cpp   Wed Dec 21 14:51:36 2005
@@ -74,6 +74,7 @@
 
       // We don't have line number support yet.
       setOperationAction(ISD::LOCATION, MVT::Other, Expand);
+      setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
 
       //IA64 has these, but they are not implemented
       setOperationAction(ISD::CTTZ , MVT::i64  , Expand);


Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.69 
llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.70
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.69       Thu Dec  1 12:19:53 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp    Wed Dec 21 14:51:36 2005
@@ -102,6 +102,7 @@
 
       // We don't have line number support yet.
       setOperationAction(ISD::LOCATION, MVT::Other, Expand);
+      setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
 
       computeRegisterProperties();
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to