[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp

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



Changes in directory llvm/lib/Target/Alpha:

AlphaISelLowering.cpp updated: 1.16 -> 1.17
---
Log message:

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


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

 AlphaISelLowering.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.16 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.17
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.16	Sat Dec 24 19:34:27 2005
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp	Wed Jan  4 19:25:28 2006
@@ -103,7 +103,6 @@
 
   // We don't have line number support yet.
   setOperationAction(ISD::LOCATION, MVT::Other, Expand);
-  setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
   
   // We want to legalize GlobalAddress and ConstantPool and
   // ExternalSymbols nodes into the appropriate instructions to






More information about the llvm-commits mailing list