[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-ifcvt1-tc.ll
index d86a897a4a09d56eff384935a6d5b32ed7646594..ebc12dc3c1d53e8d8b783f41f2835d4d3429ed21 100644 (file)
@@ -63,7 +63,7 @@ bb17:         ; preds = %cond_false, %cond_true, %entry
 
 define void @foo(i32 %a) nounwind {
 entry:
-       %tmp = load i32** @x            ; <i32*> [#uses=1]
+       %tmp = load i32*, i32** @x              ; <i32*> [#uses=1]
        store i32 %a, i32* %tmp
        ret void
 }