[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
    Jim Laskey 
    jlaskey at apple.com
       
    Fri Jan 26 06:35:31 PST 2007
    
    
  
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.77 -> 1.78
---
Log message:
Make LABEL a builtin opcode.
---
Diffs of the changes:  (+1 -1)
 AlphaISelLowering.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.77 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.78
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.77	Wed Jan 24 15:09:16 2007
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp	Fri Jan 26 08:34:51 2007
@@ -109,7 +109,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);
 
   // Not implemented yet.
   setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); 
    
    
More information about the llvm-commits
mailing list