- Expand tabs to spaces.
authorScott Michel <scottm@aero.org>
Wed, 5 Mar 2008 23:00:19 +0000 (23:00 +0000)
committerScott Michel <scottm@aero.org>
Wed, 5 Mar 2008 23:00:19 +0000 (23:00 +0000)
commit53dec47f3b6ab0f4fdc533b422c6cf404d5d6771
tree16dcba5d4b71f59f6ff9c6a9294e8ff29233b5f8
parent0746d50b099d3bdeddf3ef1ec299788583fb09ba
- Expand tabs to spaces.
- select_bits.ll now fully functional now that PR1993 is closed. It was
  previously broken by refactoring in SPUInstrInfo.td and using multiclasses.
- Same for eqv.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47972 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
test/CodeGen/CellSPU/and_ops.ll
test/CodeGen/CellSPU/call_indirect.ll
test/CodeGen/CellSPU/ctpop.ll
test/CodeGen/CellSPU/dp_farith.ll
test/CodeGen/CellSPU/eqv.ll
test/CodeGen/CellSPU/fcmp.ll
test/CodeGen/CellSPU/fdiv.ll
test/CodeGen/CellSPU/fneg-fabs.ll
test/CodeGen/CellSPU/immed16.ll
test/CodeGen/CellSPU/immed32.ll
test/CodeGen/CellSPU/immed64.ll
test/CodeGen/CellSPU/int2fp.ll
test/CodeGen/CellSPU/intrinsics_branch.ll
test/CodeGen/CellSPU/intrinsics_float.ll
test/CodeGen/CellSPU/intrinsics_logical.ll
test/CodeGen/CellSPU/mul_ops.ll
test/CodeGen/CellSPU/or_ops.ll
test/CodeGen/CellSPU/rotate_ops.ll
test/CodeGen/CellSPU/select_bits.ll
test/CodeGen/CellSPU/shift_ops.ll
test/CodeGen/CellSPU/sp_farith.ll
test/CodeGen/CellSPU/struct_1.ll
test/CodeGen/CellSPU/vec_const.ll
test/CodeGen/CellSPU/vecinsert.ll