fix a FileCheck bug where:
authorChris Lattner <sabre@nondot.org>
Mon, 21 Sep 2009 02:30:42 +0000 (02:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Sep 2009 02:30:42 +0000 (02:30 +0000)
commit81115765218f1c1505ab6faf843ee4baf292d45f
tree75c445eb9d7e38fadbfd943ba1fb15ab3afb0648
parent06e483dae04b0ad714f9d8bb0a929b98720bf483
fix a FileCheck bug where:

; CHECK: foo
; CHECK-NOT: foo
; CHECK: bar

would always fail.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82424 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/GVN/rle.ll
utils/FileCheck/FileCheck.cpp