[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp 
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Mon Nov 28 22:16:35 PST 2005
    
    
  
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.8 -> 1.9
---
Log message:
No targets support line number info yet.
---
Diffs of the changes:  (+3 -0)
 AlphaISelLowering.cpp |    3 +++
 1 files changed, 3 insertions(+)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.8 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.9
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.8	Wed Nov  9 13:17:08 2005
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp	Tue Nov 29 00:16:21 2005
@@ -97,6 +97,9 @@
 
   //Doesn't work yet
   setOperationAction(ISD::SETCC, MVT::f32,   Promote);
+
+  // We don't have line number support yet.
+  setOperationAction(ISD::LOCATION, MVT::Other, Expand);
   
   computeRegisterProperties();
   
    
    
More information about the llvm-commits
mailing list