[llvm-commits] [llvm] r134854 - /llvm/trunk/include/llvm/DerivedTypes.h
Chris Lattner
sabre at nondot.org
Sat Jul 9 17:29:18 PDT 2011
Author: lattner
Date: Sat Jul 9 19:29:18 2011
New Revision: 134854
URL: http://llvm.org/viewvc/llvm-project?rev=134854&view=rev
Log:
finish a thought.
Modified:
llvm/trunk/include/llvm/DerivedTypes.h
Modified: llvm/trunk/include/llvm/DerivedTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DerivedTypes.h?rev=134854&r1=134853&r2=134854&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DerivedTypes.h (original)
+++ llvm/trunk/include/llvm/DerivedTypes.h Sat Jul 9 19:29:18 2011
@@ -188,6 +188,7 @@
/// SymbolTableEntry - For a named struct that actually has a name, this is a
/// pointer to the symbol table entry (maintained by LLVMContext) for the
/// struct. This is null if the type is an anonymous struct or if it is
+ /// a named type that has an empty name.
///
void *SymbolTableEntry;
public:
More information about the llvm-commits
mailing list