Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / 2008-09-29-VolatileBug.ll
index 4f6eb59773fb09c6680943f65cf88c23aac1819c..6ee8cf2f5e3310aac74163149138af052b6cca75 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep movz
+; RUN: llc < %s -march=x86 | not grep movz
 ; PR2835
 
 @g_407 = internal global i32 0         ; <i32*> [#uses=1]
@@ -6,7 +6,7 @@
 
 define i32 @main() nounwind {
 entry:
-       %0 = volatile load i32* @g_407, align 4         ; <i32> [#uses=1]
+       %0 = load volatile i32, i32* @g_407, align 4            ; <i32> [#uses=1]
        %1 = trunc i32 %0 to i8         ; <i8> [#uses=1]
        %2 = tail call i32 @func_45(i8 zeroext %1) nounwind             ; <i32> [#uses=0]
        ret i32 0