diff options
Diffstat (limited to 'test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll')
-rw-r--r-- | test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll b/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll index 65ccc5c131..cc59035f37 100644 --- a/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll +++ b/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc -march=c + declare int %callee(int, int) |