diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/mcinst-lowering.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/mcinst-lowering.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/mcinst-lowering.ll b/llvm/test/CodeGen/X86/mcinst-lowering.ll index a82cfc431ba..51b2895f1c7 100644 --- a/llvm/test/CodeGen/X86/mcinst-lowering.ll +++ b/llvm/test/CodeGen/X86/mcinst-lowering.ll @@ -5,7 +5,7 @@ target triple = "x86_64-apple-darwin10.0.0" define i32 @f0(i32* nocapture %x) nounwind readonly ssp { entry: - %tmp1 = load i32* %x ; <i32> [#uses=2] + %tmp1 = load i32, i32* %x ; <i32> [#uses=2] %tobool = icmp eq i32 %tmp1, 0 ; <i1> [#uses=1] br i1 %tobool, label %if.end, label %return |