diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-05-24 21:17:47 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-05-24 21:17:47 +0000 |
commit | d6d05e3f788d60d5c76ab99ce95ea6f622932d90 (patch) | |
tree | 245cb6f5e730a700a48e53c2246ec2f4afa30d04 /docs | |
parent | c784395a79ba44f12816ab71b6468e40c2c29ccb (diff) | |
download | external_llvm-d6d05e3f788d60d5c76ab99ce95ea6f622932d90.zip external_llvm-d6d05e3f788d60d5c76ab99ce95ea6f622932d90.tar.gz external_llvm-d6d05e3f788d60d5c76ab99ce95ea6f622932d90.tar.bz2 |
Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/FileCheck.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index e7076c2..c0f64a4 100644 --- a/docs/CommandGuide/FileCheck.rst +++ b/docs/CommandGuide/FileCheck.rst @@ -265,7 +265,7 @@ simple example: ; CHECK: test5: ; CHECK: notw [[REGISTER:%[a-z]+]] - ; CHECK: andw {{.*}}[REGISTER]] + ; CHECK: andw {{.*}}[[REGISTER]] The first check line matches a regex (**%[a-z]+**) and captures it into |