From: Evan Cheng Date: Tue, 3 May 2011 19:09:32 +0000 (+0000) Subject: Make the test less likely to fail with minor changes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f35907f66be2906ffa727a2c41a7dc8adca9e3f5;p=oota-llvm.git Make the test less likely to fail with minor changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130778 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/fnmscs.ll b/test/CodeGen/ARM/fnmscs.ll index 9facf20fee7..6081712829a 100644 --- a/test/CodeGen/ARM/fnmscs.ll +++ b/test/CodeGen/ARM/fnmscs.ll @@ -29,7 +29,7 @@ entry: ; NEON: vnmla.f32 ; A8: t2: -; A8: vnmul.f32 s{{[0123]}}, s{{[0123]}}, s{{[0123]}} +; A8: vnmul.f32 s{{[01234]}}, s{{[01234]}}, s{{[01234]}} ; A8: vsub.f32 d{{[0-9]}}, d{{[0-9]}}, d{{[0-9]}} %0 = fmul float %a, %b %1 = fmul float -1.0, %0