diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-06 07:07:44 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-06 07:07:44 +0000 |
commit | 6797204b89c0edb9496249fba557b45d8cc9ec76 (patch) | |
tree | f24a79e13db2e8646b78596389127cf5cb271a6f /lib/CodeGen/CodeGenModule.h | |
parent | 0024937dbb23752f606846f4a12aafc712bcde33 (diff) |
Remove nondeterminism introduced in r178950.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index ccac4371c4..6bc44563fa 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -310,6 +310,7 @@ class CodeGenModule : public CodeGenTypeCache { typedef llvm::DenseMap<IdentifierInfo *, llvm::GlobalValue *> StaticExternCMap; StaticExternCMap StaticExternCValues; + std::vector<IdentifierInfo*> StaticExternCIdents; /// CXXGlobalInits - Global variables with initializers that need to run /// before main. |