summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb/stack-frame.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-24 06:36:07 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-24 06:36:07 +0000
commitd76d0aa68aaf0e9166b1d175833188c03f8ae25e (patch)
treecf5165372d57842491b9fc154ff3f8eca0b525c9 /llvm/test/CodeGen/Thumb/stack-frame.ll
parent9db5fbac05bf6ca6007bca84ff46f2da4f929a85 (diff)
downloadbcm5719-llvm-d76d0aa68aaf0e9166b1d175833188c03f8ae25e.tar.gz
bcm5719-llvm-d76d0aa68aaf0e9166b1d175833188c03f8ae25e.zip
Move thumb and thumb2 tests into separate directories.
llvm-svn: 74068
Diffstat (limited to 'llvm/test/CodeGen/Thumb/stack-frame.ll')
-rw-r--r--llvm/test/CodeGen/Thumb/stack-frame.ll13
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Thumb/stack-frame.ll b/llvm/test/CodeGen/Thumb/stack-frame.ll
new file mode 100644
index 00000000000..756d257c2ae
--- /dev/null
+++ b/llvm/test/CodeGen/Thumb/stack-frame.ll
@@ -0,0 +1,13 @@
+; RUN: llvm-as < %s | llc -march=thumb
+; RUN: llvm-as < %s | llc -march=thumb | grep add | count 1
+
+define void @f1() {
+ %c = alloca i8, align 1
+ ret void
+}
+
+define i32 @f2() {
+ ret i32 1
+}
+
+
OpenPOWER on IntegriCloud