diff options
Diffstat (limited to 'test/CodeGen/X86/computeKnownBits_urem.ll')
-rw-r--r-- | test/CodeGen/X86/computeKnownBits_urem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/computeKnownBits_urem.ll b/test/CodeGen/X86/computeKnownBits_urem.ll index 9902e6f..a72740e 100644 --- a/test/CodeGen/X86/computeKnownBits_urem.ll +++ b/test/CodeGen/X86/computeKnownBits_urem.ll @@ -3,7 +3,7 @@ define i32 @main() #0 { entry: %a = alloca i32, align 4 store i32 1, i32* %a, align 4 - %0 = load i32* %a, align 4 + %0 = load i32, i32* %a, align 4 %or = or i32 1, %0 %and = and i32 1, %or %rem = urem i32 %and, 1 |