diff options
| author | Jim Grosbach <grosbach@apple.com> | 2009-11-21 23:34:09 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2009-11-21 23:34:09 +0000 |
| commit | e09e95b35c1367ead8e0af22f6f97b7854651ff3 (patch) | |
| tree | 1845e390b93c8628b3e6611f7af7f1ad71751a82 /llvm/test/CodeGen/ARM | |
| parent | 042483efb1758774def289755d57b52a9faeae12 (diff) | |
| download | bcm5719-llvm-e09e95b35c1367ead8e0af22f6f97b7854651ff3.tar.gz bcm5719-llvm-e09e95b35c1367ead8e0af22f6f97b7854651ff3.zip | |
Revert 89562. We're being sneakier than I was giving us credit for, and this
isn't necessary.
llvm-svn: 89568
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/hello.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/ARM/ifcvt5.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/ARM/insn-sched1.ll | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/hello.ll b/llvm/test/CodeGen/ARM/hello.ll index 23935b96efd..ccdc7bf4c14 100644 --- a/llvm/test/CodeGen/ARM/hello.ll +++ b/llvm/test/CodeGen/ARM/hello.ll @@ -2,7 +2,7 @@ ; RUN: llc < %s -mtriple=arm-linux-gnueabi | grep mov | count 1 ; RUN: llc < %s -mtriple=arm-linux-gnu --disable-fp-elim | \ ; RUN: grep mov | count 3 -; RUN: llc < %s -mtriple=arm-apple-darwin | grep mov | count 3 +; RUN: llc < %s -mtriple=arm-apple-darwin | grep mov | count 2 @str = internal constant [12 x i8] c"Hello World\00" diff --git a/llvm/test/CodeGen/ARM/ifcvt5.ll b/llvm/test/CodeGen/ARM/ifcvt5.ll index f6084b84795..623f2cb1dfa 100644 --- a/llvm/test/CodeGen/ARM/ifcvt5.ll +++ b/llvm/test/CodeGen/ARM/ifcvt5.ll @@ -1,7 +1,5 @@ ; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s -; XFAIL: * - @x = external global i32* ; <i32**> [#uses=1] define void @foo(i32 %a) { diff --git a/llvm/test/CodeGen/ARM/insn-sched1.ll b/llvm/test/CodeGen/ARM/insn-sched1.ll index 717b89cccb5..59f0d538d47 100644 --- a/llvm/test/CodeGen/ARM/insn-sched1.ll +++ b/llvm/test/CodeGen/ARM/insn-sched1.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=arm -mattr=+v6 ; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6 |\ -; RUN: grep mov | count 4 +; RUN: grep mov | count 3 define i32 @test(i32 %x) { %tmp = trunc i32 %x to i16 ; <i16> [#uses=1] |

