diff options
Diffstat (limited to 'test/CodeGen/X86/2009-03-09-APIntCrash.ll')
-rw-r--r-- | test/CodeGen/X86/2009-03-09-APIntCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-03-09-APIntCrash.ll b/test/CodeGen/X86/2009-03-09-APIntCrash.ll index 896c968..3bff7dc 100644 --- a/test/CodeGen/X86/2009-03-09-APIntCrash.ll +++ b/test/CodeGen/X86/2009-03-09-APIntCrash.ll @@ -7,7 +7,7 @@ entry: br i1 false, label %if.then, label %return if.then: ; preds = %entry - %srcval18 = load i128* null, align 8 ; <i128> [#uses=1] + %srcval18 = load i128, i128* null, align 8 ; <i128> [#uses=1] %tmp15 = lshr i128 %srcval18, 64 ; <i128> [#uses=1] %tmp9 = mul i128 %tmp15, 18446744073709551616000 ; <i128> [#uses=1] br label %return |