diff options
Diffstat (limited to 'test/CodeGen/X86/constant-hoisting-optnone.ll')
-rw-r--r-- | test/CodeGen/X86/constant-hoisting-optnone.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/constant-hoisting-optnone.ll b/test/CodeGen/X86/constant-hoisting-optnone.ll index f61fe3f..4d8a06c 100644 --- a/test/CodeGen/X86/constant-hoisting-optnone.ll +++ b/test/CodeGen/X86/constant-hoisting-optnone.ll @@ -12,8 +12,8 @@ define i64 @constant_hoisting_optnone() #0 { ; CHECK-DAG: movabsq {{.*#+}} imm = 0xBEEBEEBEC ; CHECK: ret entry: - %0 = load i64* inttoptr (i64 51250129900 to i64*) - %1 = load i64* inttoptr (i64 51250129908 to i64*) + %0 = load i64, i64* inttoptr (i64 51250129900 to i64*) + %1 = load i64, i64* inttoptr (i64 51250129908 to i64*) %2 = add i64 %0, %1 ret i64 %2 } |