diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-02-01 01:56:43 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-02-01 01:56:43 +0000 |
commit | c79b96b00d585f702c59faf3e241431014bf74ec (patch) | |
tree | 594b2e2a13b8e8de557e42c805375845bc13bc23 /llvm/test/CodeGen/ARM/vargs2.ll | |
parent | e7e966de5e14e2d39ff0ea4ff597aacafab0bb5c (diff) | |
download | bcm5719-llvm-c79b96b00d585f702c59faf3e241431014bf74ec.tar.gz bcm5719-llvm-c79b96b00d585f702c59faf3e241431014bf74ec.zip |
Added a thumb vararg test.
llvm-svn: 33740
Diffstat (limited to 'llvm/test/CodeGen/ARM/vargs2.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/vargs2.ll | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/vargs2.ll b/llvm/test/CodeGen/ARM/vargs2.ll index bc82159d1c0..d41f0c89b4f 100644 --- a/llvm/test/CodeGen/ARM/vargs2.ll +++ b/llvm/test/CodeGen/ARM/vargs2.ll @@ -1,4 +1,7 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm +; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm %% +; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -enable-thumb && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -enable-thumb | grep pop | wc -l | grep 2 + %str = internal constant [4 x sbyte] c"%d\0A\00" ; <[4 x sbyte]*> [#uses=1] implementation ; Functions: |