[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
[oota-llvm.git] / test / CodeGen / PowerPC / store-load-fwd.ll
index 25663c1ac68eceeb67ff9cab09705724d99a20df..62dd79ec18a44075fcc40c5f621656b5d1f6ca48 100644 (file)
@@ -2,7 +2,7 @@
 
 define i32 @test(i32* %P) {
         store i32 1, i32* %P
-        %V = load i32* %P               ; <i32> [#uses=1]
+        %V = load i32, i32* %P               ; <i32> [#uses=1]
         ret i32 %V
 }