diff options
-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 ec598abd7b..d5510d3e51 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 |