From 4af108f4414e16b61fb314e2fcf3ed24ffc5f1af Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 5 Dec 2014 14:11:39 +0000 Subject: [PATCH] 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 --- include/clang/Basic/AttrDocs.td | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. + }]; } -- 2.50.1