aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/insn-sched1.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-08 19:27:32 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-08 19:27:32 +0000
commitc795466254dd4d860da84ec5c15d239bafcb6eeb (patch)
treea90653721945593940d5c30dcaa197cd51d41fb4 /test/CodeGen/ARM/insn-sched1.ll
parentd46825c6a1fa903ad8d9ec2d1890535e3afdd8d4 (diff)
downloadexternal_llvm-c795466254dd4d860da84ec5c15d239bafcb6eeb.zip
external_llvm-c795466254dd4d860da84ec5c15d239bafcb6eeb.tar.gz
external_llvm-c795466254dd4d860da84ec5c15d239bafcb6eeb.tar.bz2
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/insn-sched1.ll')
-rw-r--r--test/CodeGen/ARM/insn-sched1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/insn-sched1.ll b/test/CodeGen/ARM/insn-sched1.ll
index 5c9a28a..7145351 100644
--- a/test/CodeGen/ARM/insn-sched1.ll
+++ b/test/CodeGen/ARM/insn-sched1.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -mattr=+v6 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin -mattr=+v6 | grep mov | wc -l | grep 2
+; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple=arm-apple-darwin -mattr=+v6 | grep mov | wc -l | grep 3
int %test(int %x) {
%tmp = cast int %x to short