commit | 9e08ee5d16b596078e20787f0b5f36121f099333 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Oct 28 02:00:25 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Oct 28 02:00:25 2010 +0000 |
tree | 9019d1af77a288cd1c41f36097684e1bc4d08727 | |
parent | 0104d9de04f5620ad9f837efbd3d82f31c6ff451 [diff] [blame] |
Revert 117518 and 117519 for now. They changed scheduling and cause MC tests to fail. Ugh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117520 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/fmacs.ll b/test/CodeGen/ARM/fmacs.ll index f8b47b5..c4ceca9 100644 --- a/test/CodeGen/ARM/fmacs.ll +++ b/test/CodeGen/ARM/fmacs.ll
@@ -21,4 +21,4 @@ ; CORTEXA8: test: ; CORTEXA8: vmul.f32 d0, d1, d0 ; CORTEXA9: test: -; CORTEXA9: vmla.f32 s2, s1, s0 +; CORTEXA9: vmla.f32 s0, s1, s2