diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-10-28 02:00:25 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-10-28 02:00:25 +0000 |
commit | 9e08ee5d16b596078e20787f0b5f36121f099333 (patch) | |
tree | 9019d1af77a288cd1c41f36097684e1bc4d08727 /test/CodeGen/ARM/fadds.ll | |
parent | 0104d9de04f5620ad9f837efbd3d82f31c6ff451 (diff) |
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
Diffstat (limited to 'test/CodeGen/ARM/fadds.ll')
-rw-r--r-- | test/CodeGen/ARM/fadds.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fadds.ll b/test/CodeGen/ARM/fadds.ll index 749690e98d..113f0e29bd 100644 --- a/test/CodeGen/ARM/fadds.ll +++ b/test/CodeGen/ARM/fadds.ll @@ -20,4 +20,4 @@ entry: ; CORTEXA8: test: ; CORTEXA8: vadd.f32 d0, d1, d0 ; CORTEXA9: test: -; CORTEXA9: vadd.f32 s0, s1, s0 +; CORTEXA9: vadd.f32 s0, s0, s1 |