From 8b93a9c609075346309d3e5fdfdc6a620820e210 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 27 Oct 2006 05:30:23 +0000 Subject: Add a run line to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31211 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/alloca.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CodeGen/ARM/alloca.ll') 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 -- cgit v1.2.1