summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fmscs.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-10-28 06:47:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-10-28 06:47:08 +0000
commit7e2fe9150f905167f6685c9730911c2abc08293c (patch)
tree4f1798b4cd67ec0d9f7b57e55988c99cd867863f /test/CodeGen/ARM/fmscs.ll
parent9c3e8e28bd236e95117a25f07d3b466d2db80285 (diff)
downloadllvm-7e2fe9150f905167f6685c9730911c2abc08293c.tar.gz
llvm-7e2fe9150f905167f6685c9730911c2abc08293c.tar.bz2
llvm-7e2fe9150f905167f6685c9730911c2abc08293c.tar.xz
Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fmscs.ll')
-rw-r--r--test/CodeGen/ARM/fmscs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fmscs.ll b/test/CodeGen/ARM/fmscs.ll
index 19359a1ae6..7a70543dee 100644
--- a/test/CodeGen/ARM/fmscs.ll
+++ b/test/CodeGen/ARM/fmscs.ll
@@ -19,6 +19,6 @@ entry:
; NFP0: vnmls.f32 s2, s1, s0
; CORTEXA8: test:
-; CORTEXA8: vnmls.f32 s1, s2, s0
+; CORTEXA8: vnmls.f32 s2, s1, s0
; CORTEXA9: test:
-; CORTEXA9: vnmls.f32 s0, s1, s2
+; CORTEXA9: vnmls.f32 s2, s1, s0