diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll b/llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll index 0e2cbcb0e22..1320ba53b29 100644 --- a/llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll +++ b/llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -f -o %t.bc +; RUN: llvm-as %s -f -o %t.bc ; RUN: lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F} @.str_1 = internal constant [7 x i8] c"IN F!\0A\00" ; <[7 x i8]*> [#uses=1] @.str_2 = internal constant [7 x i8] c"IN G!\0A\00" ; <[7 x i8]*> [#uses=1] |