summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-11 21:40:47 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-11 21:40:47 +0000
commite575499d830008784b11499dae290ad0480c8f9d (patch)
treed8fb1a39b3475ec09b78800df78c89449491b673 /test/CodeGen/Thumb
parent395d76c5a3614b2d5f180182f4c897d76ece05ec (diff)
downloadllvm-e575499d830008784b11499dae290ad0480c8f9d.tar.gz
llvm-e575499d830008784b11499dae290ad0480c8f9d.tar.bz2
llvm-e575499d830008784b11499dae290ad0480c8f9d.tar.xz
Revert r141529. This is causing failures in the test-suite, like bigstack and ReedSolomon. Boo...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141716 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb')
-rw-r--r--test/CodeGen/Thumb/vargs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/vargs.ll b/test/CodeGen/Thumb/vargs.ll
index 16a9c4442d..c2ba208e4a 100644
--- a/test/CodeGen/Thumb/vargs.ll
+++ b/test/CodeGen/Thumb/vargs.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=thumb
-; RUN: llc < %s -mtriple=thumb-linux | grep pop | count 1
+; RUN: llc < %s -mtriple=thumb-linux | grep pop | count 2
; RUN: llc < %s -mtriple=thumb-darwin | grep pop | count 2
@str = internal constant [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=1]