X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCommandLine.html;h=47ab2cc074dda4aa8ab4be56e522a014a9e71460;hb=deff621abdd48bd70434bd4d7ef30f08ddba1cd8;hp=f5732267aada60e94a57d0bc261a3ee1eb09f5f9;hpb=7e7ae5ad692760aa8d97477f061a05b10948cf57;p=oota-llvm.git diff --git a/docs/CommandLine.html b/docs/CommandLine.html index f5732267aad..47ab2cc074d 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -706,7 +706,7 @@ checking we have to do.

Instead of collecting sets of options in a list, it is also possible to -gather information for enum values in a bit vector. The represention used by +gather information for enum values in a bit vector. The representation used by the cl::bits class is an unsigned integer. An enum value is represented by a 0/1 in the enum's ordinal value bit position. 1 indicating that the enum was specified, 0 otherwise. As each