Add a comment for something that confused me.

llvm-svn: 217384
This commit is contained in:
Nico Weber 2014-09-08 16:11:15 +00:00
parent 8d2a19b478
commit dfa274eb58
1 changed files with 1 additions and 0 deletions

View File

@ -3396,6 +3396,7 @@ llvm::Constant *CodeGenModule::EmitUuidofInitializer(StringRef Uuid,
else assert(isHexDigit(Uuid[i]));
}
// The starts of all bytes of Field3 in Uuid. Field 3 is "1234-1234567890ab".
const unsigned Field3ValueOffsets[8] = { 19, 21, 24, 26, 28, 30, 32, 34 };
llvm::Constant *Field3[8];