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 | 265328baf6a86fc0d16e303f9969cde03cfa90d7 (patch) | |
tree | 1c76c4747865e247f2ff766679a5fa30c0ee6fc8 /llvm/test/CodeGen/Thumb/vargs.ll | |
parent | 46a7994ac90808033f607735e12bdc0061321a7f (diff) | |
download | bcm5719-llvm-265328baf6a86fc0d16e303f9969cde03cfa90d7.tar.gz bcm5719-llvm-265328baf6a86fc0d16e303f9969cde03cfa90d7.zip |
Revert r141529. This is causing failures in the test-suite, like bigstack and ReedSolomon. Boo...
llvm-svn: 141716
Diffstat (limited to 'llvm/test/CodeGen/Thumb/vargs.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb/vargs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/vargs.ll b/llvm/test/CodeGen/Thumb/vargs.ll index 16a9c4442d8..c2ba208e4ae 100644 --- a/llvm/test/CodeGen/Thumb/vargs.ll +++ b/llvm/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] |