summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/FileCheck.rst
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-05-24 21:17:47 +0000
committerChad Rosier <mcrosier@apple.com>2012-05-24 21:17:47 +0000
commitfd7469c947deaa678b498c4ac22a65e839c744ba (patch)
tree3371eb2215554b654abc4442ed25b031617d1acc /llvm/docs/CommandGuide/FileCheck.rst
parentf92f6454efbd2b6cacbc563ffa131e165eba06a0 (diff)
downloadbcm5719-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.rst2
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
OpenPOWER on IntegriCloud