Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / 2006-05-08-InstrSched.ll
index d58d638562c9ac3f50c79185a78c9d823583f2ae..cd46ecfef525901275c16233922a973fff99a3b9 100644 (file)
@@ -1,17 +1,17 @@
-; RUN: llc < %s -march=x86 -relocation-model=static | not grep {subl.*%esp}
+; RUN: llc < %s -march=x86 -relocation-model=static | not grep "subl.*%esp"
 
 @A = external global i16*              ; <i16**> [#uses=1]
 @B = external global i32               ; <i32*> [#uses=1]
 @C = external global i32               ; <i32*> [#uses=2]
 
 define void @test() {
-       %tmp = load i16** @A            ; <i16*> [#uses=1]
-       %tmp1 = getelementptr i16* %tmp, i32 1          ; <i16*> [#uses=1]
-       %tmp.upgrd.1 = load i16* %tmp1          ; <i16> [#uses=1]
+       %tmp = load i16*, i16** @A              ; <i16*> [#uses=1]
+       %tmp1 = getelementptr i16, i16* %tmp, i32 1             ; <i16*> [#uses=1]
+       %tmp.upgrd.1 = load i16, i16* %tmp1             ; <i16> [#uses=1]
        %tmp3 = zext i16 %tmp.upgrd.1 to i32            ; <i32> [#uses=1]
-       %tmp.upgrd.2 = load i32* @B             ; <i32> [#uses=1]
+       %tmp.upgrd.2 = load i32, i32* @B                ; <i32> [#uses=1]
        %tmp4 = and i32 %tmp.upgrd.2, 16                ; <i32> [#uses=1]
-       %tmp5 = load i32* @C            ; <i32> [#uses=1]
+       %tmp5 = load i32, i32* @C               ; <i32> [#uses=1]
        %tmp6 = trunc i32 %tmp4 to i8           ; <i8> [#uses=2]
        %shift.upgrd.3 = zext i8 %tmp6 to i32           ; <i32> [#uses=1]
        %tmp7 = shl i32 %tmp5, %shift.upgrd.3           ; <i32> [#uses=1]