diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-10-27 05:30:23 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-10-27 05:30:23 +0000 |
commit | 8b93a9c609075346309d3e5fdfdc6a620820e210 (patch) | |
tree | 9baad47db6b3fc8b7d14f945426475784a22ae64 /test/CodeGen/ARM/alloca.ll | |
parent | 87e0813f03b6c983494ade6bd83f7776c4f99065 (diff) | |
download | llvm-8b93a9c609075346309d3e5fdfdc6a620820e210.tar.gz |
Add a run line to this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/alloca.ll')
-rw-r--r-- | test/CodeGen/ARM/alloca.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/alloca.ll b/test/CodeGen/ARM/alloca.ll index ec598abd7b5c..d5510d3e51f3 100644 --- a/test/CodeGen/ARM/alloca.ll +++ b/test/CodeGen/ARM/alloca.ll @@ -1,3 +1,4 @@ +; RUN: llvm-as < %s | llc -march=arm void %f(uint %a) { entry: %tmp1032 = alloca ubyte, uint %a |