From: Chris Lattner Date: Sun, 20 Sep 2009 22:45:18 +0000 (+0000) Subject: grammaro X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4d0764da03b6b229c3bf26e5ac47fe82104d30d7;p=oota-llvm.git grammaro git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82412 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 9e4a40ade8d..28a5e8a983d 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -601,7 +601,7 @@ name="FileCheck-CHECK-NOT">The "CHECK-NOT:" directive

The CHECK-NOT: directive is used to verify that a string doesn't occur -between two matches (or the first matches and the beginning of the file). For +between two matches (or the first match and the beginning of the file). For example, to verify that a load is removed by a transformation, a test like this can be used: