summaryrefslogtreecommitdiffstats
path: root/lib/Basic
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-11-17 18:40:15 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-11-17 18:40:15 +0000
commitcb99675da566bd63921b57163e74f025e00c8595 (patch)
tree3936b08896285338b6c0052db4aa460a0aa5ac9e /lib/Basic
parent401135c22d4e482a2deb774913abca35da5a9903 (diff)
Basic: tweak comment
Add a missing surrounding brace for doxygen group. This messes with pair jumping in vim and is annoying. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic')
-rw-r--r--lib/Basic/Targets.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
index 509c88410e..91aedaed85 100644
--- a/lib/Basic/Targets.cpp
+++ b/lib/Basic/Targets.cpp
@@ -1868,6 +1868,7 @@ class X86TargetInfo : public TargetInfo {
/// This specification is deprecated and will be removed in the future.
/// Users should prefer \see CK_K8.
// FIXME: Warn on this when the CPU is set to it.
+ //@{
CK_x86_64,
//@}