From 99b53613ebe2c59d41030e987962c1ed101b2efe Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Mar 2009 08:03:33 +0000 Subject: simplify some more code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67439 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/CodeGenModule.h') diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index a2cb442a84..0783d6521f 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/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 > RuntimeGlobals; + std::vector > RuntimeGlobals; /// GlobalDeclMap - Mapping of decl names (represented as unique /// character pointers from either the identifier table or the set -- cgit v1.2.3-70-g09d2