diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-20 22:45:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-20 22:45:18 +0000 |
commit | 05593db193f7adcc80b021002b90c78a65bfbbaf (patch) | |
tree | 560aa00c709c85e1eb090aa77471089b011456f4 /llvm/docs | |
parent | 7e6d56ebc5852a24bd0c46d8315c001032a4fb2a (diff) | |
download | bcm5719-llvm-05593db193f7adcc80b021002b90c78a65bfbbaf.tar.gz bcm5719-llvm-05593db193f7adcc80b021002b90c78a65bfbbaf.zip |
grammaro
llvm-svn: 82412
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 9e4a40ade8d..28a5e8a983d 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -601,7 +601,7 @@ name="FileCheck-CHECK-NOT">The "CHECK-NOT:" directive</a></div> <div class="doc_text"> <p>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:</p> |