[AArch64] Don't assert when combining (v3f32 select (setcc f64)).
[oota-llvm.git] / test / CodeGen / AArch64 / stackmap-liveness.ll
index 91dcbb20cd88bd0f1e4dc48c20e64e709abcc8ba..6b37aac16f9ee5f1435077a232dc19bf1c5fd7c6 100644 (file)
@@ -39,7 +39,7 @@ define i64 @stackmap_liveness(i1 %c) {
 ; Align
 ; CHECK-NEXT:   .align  3
   %1 = select i1 %c, i64 1, i64 2
-  call anyregcc void (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.void(i64 1, i32 32, i8* null, i32 0)
+  call anyregcc void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 1, i32 32, i8* null, i32 0)
   ret i64 %1
 }