summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-11-20 04:26:21 +0000
committerScott Michel <scottm@aero.org>2008-11-20 04:26:21 +0000
commite361f08ab0f9e8719e7a1db7e4988ef45f2d0507 (patch)
tree6f46698c030fc900b7c908dea8cfee4384eec550 /llvm/lib/Target/CellSPU/SPUISelLowering.cpp
parent8e066a13498b62083ac35a11f042e876d8e93154 (diff)
downloadbcm5719-llvm-e361f08ab0f9e8719e7a1db7e4988ef45f2d0507.tar.gz
bcm5719-llvm-e361f08ab0f9e8719e7a1db7e4988ef45f2d0507.zip
CellSPU: Adjust spacing/tabulation
llvm-svn: 59703
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPUISelLowering.cpp')
-rw-r--r--llvm/lib/Target/CellSPU/SPUISelLowering.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
index 4b2a909b8f7..002ef3f6612 100644
--- a/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
+++ b/llvm/lib/Target/CellSPU/SPUISelLowering.cpp
@@ -135,19 +135,19 @@ SPUTargetLowering::SPUTargetLowering(SPUTargetMachine &TM)
setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote);
setLoadExtAction(ISD::ZEXTLOAD, MVT::i1, Promote);
setTruncStoreAction(MVT::i8, MVT::i1, Promote);
- setTruncStoreAction(MVT::i16 , MVT::i1, Custom);
- setTruncStoreAction(MVT::i32 , MVT::i1, Custom);
- setTruncStoreAction(MVT::i64 , MVT::i1, Custom);
+ setTruncStoreAction(MVT::i16, MVT::i1, Custom);
+ setTruncStoreAction(MVT::i32, MVT::i1, Custom);
+ setTruncStoreAction(MVT::i64, MVT::i1, Custom);
setTruncStoreAction(MVT::i128, MVT::i1, Custom);
setLoadExtAction(ISD::EXTLOAD, MVT::i8, Custom);
setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Custom);
setLoadExtAction(ISD::ZEXTLOAD, MVT::i8, Custom);
- setTruncStoreAction(MVT::i8 , MVT::i8, Custom);
- setTruncStoreAction(MVT::i16 , MVT::i8, Custom);
- setTruncStoreAction(MVT::i32 , MVT::i8, Custom);
- setTruncStoreAction(MVT::i64 , MVT::i8, Custom);
- setTruncStoreAction(MVT::i128, MVT::i8, Custom);
+ setTruncStoreAction(MVT::i8, MVT::i8, Custom);
+ setTruncStoreAction(MVT::i16, MVT::i8, Custom);
+ setTruncStoreAction(MVT::i32, MVT::i8, Custom);
+ setTruncStoreAction(MVT::i64, MVT::i8, Custom);
+ setTruncStoreAction(MVT::i128, MVT::i8, Custom);
setLoadExtAction(ISD::EXTLOAD, MVT::i16, Custom);
setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Custom);
OpenPOWER on IntegriCloud