commit | 8b93a9c609075346309d3e5fdfdc6a620820e210 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Fri Oct 27 05:30:23 2006 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Fri Oct 27 05:30:23 2006 +0000 |
tree | 9baad47db6b3fc8b7d14f945426475784a22ae64 | |
parent | 87e0813f03b6c983494ade6bd83f7776c4f99065 [diff] [blame] |
Add a run line to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31211 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/alloca.ll b/test/CodeGen/ARM/alloca.ll index ec598ab..d5510d3 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