From: Aaron Ballman Date: Fri, 5 Dec 2014 14:11:39 +0000 (+0000) Subject: Fix a warning with generating the attribute documentation; NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4af108f4414e16b61fb314e2fcf3ed24ffc5f1af;p=clang Fix a warning with generating the attribute documentation; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223463 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index baa01c0c19..13b2b7e06a 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -698,7 +698,8 @@ The semantics are as follows: - 0 implies the default no limit on register usage. - Ignored on older VLIW subtargets which did not have separate scalar -and vector registers, R600 through Northern Islands. + and vector registers, R600 through Northern Islands. + }]; }