Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / expand-opaque-const.ll
index 6e461cf8c30bbc1c6fab19d64195b721dfbd0aa3..1e39cd88308ca1c502da05fbdc09d92c399c8855 100644 (file)
@@ -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
 }