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

Jim Laskey jlaskey at apple.com
Wed Jan 4 17:25:44 PST 2006



Changes in directory llvm/lib/Target/IA64:

IA64ISelLowering.cpp updated: 1.9 -> 1.10
IA64ISelPattern.cpp updated: 1.71 -> 1.72
---
Log message:

Added initial support for DEBUG_LABEL allowing debug specific labels to be
inserted in the code.


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

 IA64ISelLowering.cpp |    1 -
 IA64ISelPattern.cpp  |    1 -
 2 files changed, 2 deletions(-)


Index: llvm/lib/Target/IA64/IA64ISelLowering.cpp
diff -u llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.9 llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.10
--- llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.9	Tue Dec 27 04:17:03 2005
+++ llvm/lib/Target/IA64/IA64ISelLowering.cpp	Wed Jan  4 19:25:28 2006
@@ -74,7 +74,6 @@
 
       // 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.71 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.72
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.71	Thu Dec 22 15:15:41 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp	Wed Jan  4 19:25:28 2006
@@ -102,7 +102,6 @@
 
       // We don't have line number support yet.
       setOperationAction(ISD::LOCATION, MVT::Other, Expand);
-      setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
 
       computeRegisterProperties();
 






More information about the llvm-commits mailing list