Revert previous "fix" - the breakage was due to some
authorDuncan Sands <baldrick@free.fr>
Wed, 28 Nov 2007 16:50:29 +0000 (16:50 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 28 Nov 2007 16:50:29 +0000 (16:50 +0000)
local changes, not the "not".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44402 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll

index 6b1dc8d2e00dbc06c2d4ee93a5e8ec975b15fd75..d72f654c0cdefb3b944458d85128f8bbcf16c522 100644 (file)
@@ -1,5 +1,5 @@
 ; 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}
+; 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]
 @.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]