[llvm-commits] [llvm] r44402 - /llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll

Duncan Sands baldrick at free.fr
Wed Nov 28 08:50:29 PST 2007


Author: baldrick
Date: Wed Nov 28 10:50:29 2007
New Revision: 44402

URL: http://llvm.org/viewvc/llvm-project?rev=44402&view=rev
Log:
Revert previous "fix" - the breakage was due to some
local changes, not the "not".

Modified:
    llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll

Modified: llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll?rev=44402&r1=44401&r2=44402&view=diff

==============================================================================
--- llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll (original)
+++ llvm/trunk/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll Wed Nov 28 10:50:29 2007
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s -f -o %t.bc
-; RUN: lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F}
+; RUN: not 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]
 @Ptrs = internal constant [2 x void (...)*] [ void (...)* bitcast (void ()* @F to void (...)*), void (...)* bitcast (void ()* @G to void (...)*) ]           ; <[2 x void (...)*]*> [#uses=1]





More information about the llvm-commits mailing list