summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-10 00:29:18 +0000
committerChris Lattner <sabre@nondot.org>2011-07-10 00:29:18 +0000
commit6ad5e594928d3c056eeee309cbebd8598ec0bf74 (patch)
treec05de91d15b50c61a98494fb6c38d404f62bbdb6 /llvm
parent8806e32f162e3af2c22b600d7d4abdcca5bf7cfd (diff)
downloadbcm5719-llvm-6ad5e594928d3c056eeee309cbebd8598ec0bf74.tar.gz
bcm5719-llvm-6ad5e594928d3c056eeee309cbebd8598ec0bf74.zip
finish a thought.
llvm-svn: 134854
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/DerivedTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DerivedTypes.h b/llvm/include/llvm/DerivedTypes.h
index e589a4baf56..0fc2c3a0c3a 100644
--- a/llvm/include/llvm/DerivedTypes.h
+++ b/llvm/include/llvm/DerivedTypes.h
@@ -188,6 +188,7 @@ class StructType : public CompositeType {
/// 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:
OpenPOWER on IntegriCloud