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 | fd7469c947deaa678b498c4ac22a65e839c744ba (patch) | |
tree | 3371eb2215554b654abc4442ed25b031617d1acc /llvm/docs/CommandGuide/FileCheck.rst | |
parent | f92f6454efbd2b6cacbc563ffa131e165eba06a0 (diff) | |
download | bcm5719-llvm-fd7469c947deaa678b498c4ac22a65e839c744ba.tar.gz bcm5719-llvm-fd7469c947deaa678b498c4ac22a65e839c744ba.zip |
Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
llvm-svn: 157415
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r-- | llvm/docs/CommandGuide/FileCheck.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst index e7076c2f30e..c0f64a413e0 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/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 |