summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vargs2.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-02-01 01:56:43 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-02-01 01:56:43 +0000
commitc79b96b00d585f702c59faf3e241431014bf74ec (patch)
tree594b2e2a13b8e8de557e42c805375845bc13bc23 /llvm/test/CodeGen/ARM/vargs2.ll
parente7e966de5e14e2d39ff0ea4ff597aacafab0bb5c (diff)
downloadbcm5719-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.ll5
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:
OpenPOWER on IntegriCloud