From: Eric Christopher Date: Wed, 16 Oct 2013 21:19:19 +0000 (+0000) Subject: Fix comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f217400fd599ad0f7fd72e711f90e7e5a46c3c2f;p=clang Fix comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192847 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 701c0a9e70..d1b459701b 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -1229,7 +1229,7 @@ public: : DarwinTargetInfo(Triple) { HasAlignMac68kSupport = true; BoolWidth = BoolAlign = 32; //XXX support -mone-byte-bool? - PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726 + PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726 LongLongAlign = 32; SuitableAlign = 128; DescriptionString = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-" @@ -2330,7 +2330,7 @@ void X86TargetInfo::setFeatureEnabledImpl(llvm::StringMap &Features, } } -/// HandleTargetOptions - Perform initialization based on the user +/// HandleTargetFeatures - Perform initialization based on the user /// configured set of features. bool X86TargetInfo::HandleTargetFeatures(std::vector &Features, DiagnosticsEngine &Diags) {