Changes in directory llvm/lib/Target/Alpha:

AlphaISelLowering.cpp updated: 1.12 -> 1.13
---
Log message:

Disengage DEBUG_LOC from non-PPC targets.


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

 AlphaISelLowering.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.12 
llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.13
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.12    Wed Nov 30 11:11:20 2005
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp Wed Dec 21 14:51:36 2005
@@ -102,6 +102,7 @@
 
   // We don't have line number support yet.
   setOperationAction(ISD::LOCATION, MVT::Other, Expand);
+  setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
   
   addLegalFPImmediate(+0.0); //F31
   addLegalFPImmediate(-0.0); //-F31



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to