aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/ARM/fpcmp-opt.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/fpcmp-opt.ll b/test/CodeGen/ARM/fpcmp-opt.ll
index bbac92d..80925c7 100644
--- a/test/CodeGen/ARM/fpcmp-opt.ll
+++ b/test/CodeGen/ARM/fpcmp-opt.ll
@@ -6,9 +6,9 @@
define arm_apcscc i32 @t1(float* %a, float* %b) nounwind {
entry:
; CHECK: t1:
-; CHECK: vldr s0,
-; CHECK: vldr s1,
-; CHECK: vcmpe.f32 s1, s0
+; CHECK: vldr [[S0:s[0-9]+]],
+; CHECK: vldr [[S1:s[0-9]+]],
+; CHECK: vcmpe.f32 [[S1]], [[S0]]
; CHECK: vmrs apsr_nzcv, fpscr
; CHECK: beq
%0 = load float* %a