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

Jim Laskey jlaskey at apple.com
Fri Jan 26 06:35:31 PST 2007



Changes in directory llvm/lib/Target/IA64:

IA64ISelLowering.cpp updated: 1.51 -> 1.52
---
Log message:

Make LABEL a builtin opcode.

---
Diffs of the changes:  (+1 -1)

 IA64ISelLowering.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/IA64/IA64ISelLowering.cpp
diff -u llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.51 llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.52
--- llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.51	Sat Dec 30 23:55:36 2006
+++ llvm/lib/Target/IA64/IA64ISelLowering.cpp	Fri Jan 26 08:34:51 2007
@@ -88,7 +88,7 @@
       // We don't have line number support yet.
       setOperationAction(ISD::LOCATION, MVT::Other, Expand);
       setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
-      setOperationAction(ISD::DEBUG_LABEL, MVT::Other, Expand);
+      setOperationAction(ISD::LABEL, MVT::Other, Expand);
 
       //IA64 has these, but they are not implemented
       setOperationAction(ISD::CTTZ , MVT::i64  , Expand);






More information about the llvm-commits mailing list