diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-10-28 06:47:08 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-10-28 06:47:08 +0000 |
commit | 7e2fe9150f905167f6685c9730911c2abc08293c (patch) | |
tree | 4f1798b4cd67ec0d9f7b57e55988c99cd867863f /test/CodeGen/ARM/fmuls.ll | |
parent | 9c3e8e28bd236e95117a25f07d3b466d2db80285 (diff) |
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/fmuls.ll')
-rw-r--r-- | test/CodeGen/ARM/fmuls.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fmuls.ll b/test/CodeGen/ARM/fmuls.ll index bfafd20c86..ef4e3e5281 100644 --- a/test/CodeGen/ARM/fmuls.ll +++ b/test/CodeGen/ARM/fmuls.ll @@ -20,4 +20,4 @@ entry: ; CORTEXA8: test: ; CORTEXA8: vmul.f32 d0, d1, d0 ; CORTEXA9: test: -; CORTEXA9: vmul.f32 s0, s0, s1 +; CORTEXA9: vmul.f32 s0, s1, s0 |