[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/alloca.ll
Reid Spencer
reid at x10sys.com
Thu Oct 26 22:30:37 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/ARM:
alloca.ll updated: 1.1 -> 1.2
---
Log message:
Add a run line to this test.
---
Diffs of the changes: (+1 -0)
alloca.ll | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/CodeGen/ARM/alloca.ll
diff -u llvm/test/Regression/CodeGen/ARM/alloca.ll:1.1 llvm/test/Regression/CodeGen/ARM/alloca.ll:1.2
--- llvm/test/Regression/CodeGen/ARM/alloca.ll:1.1 Thu Oct 26 08:31:26 2006
+++ llvm/test/Regression/CodeGen/ARM/alloca.ll Fri Oct 27 00:30:23 2006
@@ -1,3 +1,4 @@
+; RUN: llvm-as < %s | llc -march=arm
void %f(uint %a) {
entry:
%tmp1032 = alloca ubyte, uint %a
More information about the llvm-commits
mailing list