[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Jan 28 23:31:45 PST 2006
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);
More information about the llvm-commits
mailing list