diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-10-11 21:40:47 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-10-11 21:40:47 +0000 |
commit | e575499d830008784b11499dae290ad0480c8f9d (patch) | |
tree | d8fb1a39b3475ec09b78800df78c89449491b673 /test/CodeGen/Thumb/vargs.ll | |
parent | 395d76c5a3614b2d5f180182f4c897d76ece05ec (diff) | |
download | external_llvm-e575499d830008784b11499dae290ad0480c8f9d.zip external_llvm-e575499d830008784b11499dae290ad0480c8f9d.tar.gz external_llvm-e575499d830008784b11499dae290ad0480c8f9d.tar.bz2 |
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/vargs.ll')
-rw-r--r-- | test/CodeGen/Thumb/vargs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/vargs.ll b/test/CodeGen/Thumb/vargs.ll index 16a9c44..c2ba208 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] |