From: Chad Rosier Date: Thu, 24 May 2012 21:17:47 +0000 (+0000) Subject: Typo. Patch by Nicklas Bo Jensen . X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d6d05e3f788d60d5c76ab99ce95ea6f622932d90;p=oota-llvm.git Typo. Patch by Nicklas Bo Jensen . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157415 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index e7076c2f30e..c0f64a413e0 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