Fix a warning with generating the attribute documentation; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 5 Dec 2014 14:11:39 +0000 (14:11 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 5 Dec 2014 14:11:39 +0000 (14:11 +0000)
llvm-svn: 223463

clang/include/clang/Basic/AttrDocs.td

index baa01c0..13b2b7e 100644 (file)
@@ -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.
+
 }];
 }