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 | ff310737e5d5cbb5e29637f9d9f2c8a31a60afc8 (patch) | |
tree | 170667846f8da80d9444d3b1618f40bcdb257793 /llvm/test/CodeGen/ARM/fadds.ll | |
parent | 0165e255640f63d467f58993ce922cfcad847866 (diff) | |
download | bcm5719-llvm-ff310737e5d5cbb5e29637f9d9f2c8a31a60afc8.tar.gz bcm5719-llvm-ff310737e5d5cbb5e29637f9d9f2c8a31a60afc8.zip |
Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.
llvm-svn: 117531
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 113f0e29bd1..749690e98d0 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, s0, s1 +; CORTEXA9: vadd.f32 s0, s1, s0 |