diff options
Diffstat (limited to 'test/CodeGen/X86/expand-opaque-const.ll')
-rw-r--r-- | test/CodeGen/X86/expand-opaque-const.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/expand-opaque-const.ll b/test/CodeGen/X86/expand-opaque-const.ll index 6e461cf..1e39cd8 100644 --- a/test/CodeGen/X86/expand-opaque-const.ll +++ b/test/CodeGen/X86/expand-opaque-const.ll @@ -11,11 +11,11 @@ entry: %op2 = alloca i64 store i64 -6687208052682386272, i64* %op1 store i64 7106745059734980448, i64* %op2 - %tmp1 = load i64* %op1 - %tmp2 = load i64* %op2 + %tmp1 = load i64, i64* %op1 + %tmp2 = load i64, i64* %op2 %tmp = xor i64 %tmp2, 7106745059734980448 %tmp3 = lshr i64 %tmp1, %tmp store i64 %tmp3, i64* %retval - %tmp4 = load i64* %retval + %tmp4 = load i64, i64* %retval ret i64 %tmp4 } |