aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-09-08 16:11:15 +0000
committerNico Weber <nicolasweber@gmx.de>2014-09-08 16:11:15 +0000
commitdfa274eb58a6fed420e98a652b1e72a88aed85a6 (patch)
tree82cf750b753d67d26d743805ed145494e7823369 /clang/lib/CodeGen/CodeGenModule.cpp
parent8d2a19b478cf7a7b46131b64c6c0ca101761074f (diff)
downloadllvm-dfa274eb58a6fed420e98a652b1e72a88aed85a6.zip
llvm-dfa274eb58a6fed420e98a652b1e72a88aed85a6.tar.gz
llvm-dfa274eb58a6fed420e98a652b1e72a88aed85a6.tar.bz2
Add a comment for something that confused me.
llvm-svn: 217384
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index aaadbd46..24f3ac2 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -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];