Author: baldrick
Date: Wed Nov 28 09:36:27 2007
New Revision: 44401

URL: http://llvm.org/viewvc/llvm-project?rev=44401&view=rev
Log:
This test somehow got an extra "not" during the
recent stderr updates.

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=44401&r1=44400&r2=44401&view=diff

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


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to