From 5e1e1f95c98b1add70c238093bbd5dc8d4f9c4e9 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 19 Mar 2009 08:27:24 +0000 Subject: IRgen support for alias of global variable. - PR3818. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67297 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 c3a84af0c5..12c103ba62 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -109,7 +109,7 @@ class CodeGenModule : public BlockModule { /// Aliases - List of aliases in module. These cannot be emitted until all the /// code has been seen, as they reference things by name instead of directly /// and may reference forward. - std::vector Aliases; + std::vector Aliases; /// DeferredDecls - List of decls for which code generation has been /// deferred. When the translation unit has been fully processed we -- cgit v1.2.3-70-g09d2