From: Jakob Stoklund Olesen Date: Sat, 3 Mar 2012 00:26:30 +0000 (+0000) Subject: Fix RA-dependent test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cf95d3a5d7f419a859bd12794a25dbf78151d8e8;p=oota-llvm.git Fix RA-dependent test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151958 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/fpcmp-opt.ll b/test/CodeGen/ARM/fpcmp-opt.ll index bbac92d106f..80925c7de73 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