Make the test less likely to fail with minor changes.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 3 May 2011 19:09:32 +0000 (19:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 3 May 2011 19:09:32 +0000 (19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130778 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/fnmscs.ll

index 9facf20fee7e045a53f86ccc8cdec59c6ab9af00..6081712829a27ed624149cae9a438670c63bcfd3 100644 (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