From: David Blaikie Date: Tue, 24 Jan 2012 16:18:30 +0000 (+0000) Subject: Reword comment based on feedback by Duncan Sands. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b2b3d7d972f1a5aa5c96400ef036c520696b4e77;p=oota-llvm.git Reword comment based on feedback by Duncan Sands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148809 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index 65b3497a69c..dd291f6c05a 100644 --- a/include/llvm/Support/CommandLine.h +++ b/include/llvm/Support/CommandLine.h @@ -164,7 +164,7 @@ class Option { int NumOccurrences; // The number of times specified // Occurrences, HiddenFlag, and Formatting are all enum types but to avoid - // with signed enums in bitfields in MSVC we'll store them as unsigned + // problems with signed enums in bitfields. unsigned Occurrences : 3; // enum NumOccurrencesFlag // not using the enum type for 'Value' because zero is an implementation // detail representing the non-value