[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp

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



Changes in directory llvm/lib/Target/Sparc:

SparcISelDAGToDAG.cpp updated: 1.117 -> 1.118
---
Log message:

Make LABEL a builtin opcode.

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

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


Index: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp
diff -u llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.117 llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.118
--- llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp:1.117	Sat Dec 30 23:55:36 2006
+++ llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp	Fri Jan 26 08:34:51 2007
@@ -207,7 +207,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);
 
   // RET must be custom lowered, to meet ABI requirements
   setOperationAction(ISD::RET               , MVT::Other, Custom);






More information about the llvm-commits mailing list