diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-05-16 04:20:24 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-05-16 04:20:24 +0000 |
| commit | d2ca9abf5712f69e295ef37e39cea5e5b564c0ba (patch) | |
| tree | f487f7d4b5789918b2b2c6b21bcf7cb2dc81c4c4 /llvm/lib | |
| parent | 4abf33f56e98a3384ad5123223cae9e40e5b16d0 (diff) | |
| download | bcm5719-llvm-d2ca9abf5712f69e295ef37e39cea5e5b564c0ba.tar.gz bcm5719-llvm-d2ca9abf5712f69e295ef37e39cea5e5b564c0ba.zip | |
Fit in 80 cols
llvm-svn: 28311
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index bc02c9a1241..c1d4f403e66 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -1307,7 +1307,7 @@ static SDOperand GeneratePerfectShuffle(unsigned PFEntry, SDOperand LHS, unsigned RHSID = (PFEntry >> 0) & ((1 << 13)-1); enum { - OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> + OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> OP_VMRGHW, OP_VMRGLW, OP_VSPLTISW0, @@ -1978,9 +1978,9 @@ PPCTargetLowering::LowerCallTo(SDOperand Chain, // free GPRs, then we can pass both halves of the i64 in registers. if (GPR_remaining > 0) { SDOperand Hi = DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32, - Args[i].first, DAG.getConstant(1, MVT::i32)); + Args[i].first, DAG.getConstant(1, MVT::i32)); SDOperand Lo = DAG.getNode(ISD::EXTRACT_ELEMENT, MVT::i32, - Args[i].first, DAG.getConstant(0, MVT::i32)); + Args[i].first, DAG.getConstant(0, MVT::i32)); args_to_use.push_back(Hi); --GPR_remaining; if (GPR_remaining > 0) { |

