Merging r258471:
[oota-llvm.git] / test / CodeGen / AArch64 / a57-csel.ll
index 9d16d1a0f104f692383ae6a639a14b4c0dc43fca..f5496f777765e52151ab187e2aca7abce888e67d 100644 (file)
@@ -3,7 +3,7 @@
 ; Check that the select is expanded into a branch sequence.
 define i64 @f(i64 %a, i64 %b, i64* %c, i64 %d, i64 %e) {
   ; CHECK: cbz
-  %x0 = load i64* %c
+  %x0 = load i64, i64* %c
   %x1 = icmp eq i64 %x0, 0
   %x2 = select i1 %x1, i64 %a, i64 %b
   %x3 = add i64 %x2, %d