diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index a2cb442a842..0783d6521f3 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -86,7 +86,7 @@ class CodeGenModule : public BlockModule { /// protected from introducing conflicts. These globals should be /// created unnamed, we will name them and patch up conflicts when /// we release the module. - std::vector< std::pair<llvm::GlobalValue*, std::string> > RuntimeGlobals; + std::vector<std::pair<llvm::GlobalValue*, std::string> > RuntimeGlobals; /// GlobalDeclMap - Mapping of decl names (represented as unique /// character pointers from either the identifier table or the set |