diff options
Diffstat (limited to 'test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll')
-rw-r--r-- | test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll b/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll index 2e21ee75f3..4e1ff83e01 100644 --- a/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll +++ b/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + %BitField = type int %tokenptr = type %BitField* |