summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fpcmp-opt.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-03-03 00:26:30 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-03-03 00:26:30 +0000
commita0bd36e3bca0da960d8f2214ecfb3e81469664b1 (patch)
tree1ae6a668c8429c59f71632ae395c8057a36258d0 /llvm/test/CodeGen/ARM/fpcmp-opt.ll
parentae11a78be2d783e132450a636c6ed9a4c40b97eb (diff)
downloadbcm5719-llvm-a0bd36e3bca0da960d8f2214ecfb3e81469664b1.tar.gz
bcm5719-llvm-a0bd36e3bca0da960d8f2214ecfb3e81469664b1.zip
Fix RA-dependent test.
llvm-svn: 151958
Diffstat (limited to 'llvm/test/CodeGen/ARM/fpcmp-opt.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fpcmp-opt.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/fpcmp-opt.ll b/llvm/test/CodeGen/ARM/fpcmp-opt.ll
index bbac92d106f..80925c7de73 100644
--- a/llvm/test/CodeGen/ARM/fpcmp-opt.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud