More changes from Chris' review: simplify getIndices and avoid
[oota-llvm.git] / test / CodeGen / CellSPU / immed16.ll
index 603ec058e9794c9cd7511a49382865ce5f96fdc6..684305bd0c97842f7ce25bcae047a4414c936f3c 100644 (file)
@@ -5,31 +5,31 @@ target triple = "spu"
 
 define i16 @test_1() {
   %x = alloca i16, align 16
-  store i16 419, i16* %x       ;; ILH via pattern
+  store i16 419, i16* %x        ;; ILH via pattern
   ret i16 0
 }
 
 define i16 @test_2() {
   %x = alloca i16, align 16
-  store i16 1023, i16* %x      ;; ILH via pattern
+  store i16 1023, i16* %x       ;; ILH via pattern
   ret i16 0
 }
 
 define i16 @test_3() {
   %x = alloca i16, align 16
-  store i16 -1023, i16* %x     ;; ILH via pattern
+  store i16 -1023, i16* %x      ;; ILH via pattern
   ret i16 0
 }
 
 define i16 @test_4() {
   %x = alloca i16, align 16
-  store i16 32767, i16* %x     ;; ILH via pattern
+  store i16 32767, i16* %x      ;; ILH via pattern
   ret i16 0
 }
 
 define i16 @test_5() {
   %x = alloca i16, align 16
-  store i16 -32768, i16* %x    ;; ILH via pattern
+  store i16 -32768, i16* %x     ;; ILH via pattern
   ret i16 0
 }