Make the test less likely to fail with minor changes.

llvm-svn: 130778
This commit is contained in:
Evan Cheng 2011-05-03 19:09:32 +00:00
parent c8170f95fb
commit 93b5cdc5ab
1 changed files with 1 additions and 1 deletions

View File

@ -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