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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to