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 | 21ce2e3c74d3b64a9dafde190d18dbf3aa003112 (patch) | |
tree | e7b5598b6af30f918ed1b8191b7c90b46b9df041 /test/CodeGen/ARM | |
parent | 31ef40e9408ff9b16b9a1755a803f765eaa50b36 (diff) | |
download | external_llvm-21ce2e3c74d3b64a9dafde190d18dbf3aa003112.zip external_llvm-21ce2e3c74d3b64a9dafde190d18dbf3aa003112.tar.gz external_llvm-21ce2e3c74d3b64a9dafde190d18dbf3aa003112.tar.bz2 |
Revert 89562. We're being sneakier than I was giving us credit for, and this
isn't necessary.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/hello.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/ARM/ifcvt5.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/ARM/insn-sched1.ll | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/hello.ll b/test/CodeGen/ARM/hello.ll index 23935b9..ccdc7bf 100644 --- a/test/CodeGen/ARM/hello.ll +++ b/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/test/CodeGen/ARM/ifcvt5.ll b/test/CodeGen/ARM/ifcvt5.ll index f6084b8..623f2cb 100644 --- a/test/CodeGen/ARM/ifcvt5.ll +++ b/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/test/CodeGen/ARM/insn-sched1.ll b/test/CodeGen/ARM/insn-sched1.ll index 717b89c..59f0d53 100644 --- a/test/CodeGen/ARM/insn-sched1.ll +++ b/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] |