Changes in directory llvm/lib/Target/PowerPC:

PPCISelLowering.cpp updated: 1.77 -> 1.78
---
Log message:

disable this for now


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

 PPCISelLowering.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff -u llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.77 
llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.78
--- llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.77    Sun Jan 29 00:32:58 2006
+++ llvm/lib/Target/PowerPC/PPCISelLowering.cpp Sun Jan 29 01:31:33 2006
@@ -156,8 +156,8 @@
     
     // FIXME: We don't support any ConstantVec's yet.  We should custom expand
     // the ones we do!
-    setOperationAction(ISD::ConstantVec, MVT::v4f32, Expand);
-    setOperationAction(ISD::ConstantVec, MVT::v4i32, Expand);
+    //setOperationAction(ISD::ConstantVec, MVT::v4f32, Expand);
+    //setOperationAction(ISD::ConstantVec, MVT::v4i32, Expand);
   }
   
   setSetCCResultContents(ZeroOrOneSetCCResult);



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

Reply via email to