Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
authorChad Rosier <mcrosier@apple.com>
Thu, 24 May 2012 21:17:47 +0000 (21:17 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 24 May 2012 21:17:47 +0000 (21:17 +0000)
llvm-svn: 157415

llvm/docs/CommandGuide/FileCheck.rst

index e7076c2..c0f64a4 100644 (file)
@@ -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