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 | e2c211c1b9099e75c576c6d6e6aea27907271104 (patch) | |
tree | 3be3f6293d66237dcd2cc32b4edddc25eb2ef561 /llvm/test/CodeGen/ARM/fadds.ll | |
parent | ff1c862f8e8028dccf3cf65a75f2e4e0f198fe12 (diff) | |
download | bcm5719-llvm-e2c211c1b9099e75c576c6d6e6aea27907271104.tar.gz bcm5719-llvm-e2c211c1b9099e75c576c6d6e6aea27907271104.zip |
Revert 117518 and 117519 for now. They changed scheduling and cause MC tests to fail. Ugh.
llvm-svn: 117520
Diffstat (limited to 'llvm/test/CodeGen/ARM/fadds.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fadds.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fadds.ll b/llvm/test/CodeGen/ARM/fadds.ll index 749690e98d0..113f0e29bd1 100644 --- a/llvm/test/CodeGen/ARM/fadds.ll +++ b/llvm/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 |