From ee076a27ce42685c10f237b853d63d4cbbc42e63 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 13 May 2014 18:45:53 +0000 Subject: Update for llvm API change. llvm-svn: 208717 --- clang/lib/CodeGen/CodeGenModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenModule.h') diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 92a92c64ed7..cdab553ca6c 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -1020,7 +1020,7 @@ private: /// NOTE: This should only be called for definitions. void SetCommonAttributes(const Decl *D, llvm::GlobalValue *GV); - void setNonAliasAttributes(const Decl *D, llvm::GlobalValue *GV); + void setNonAliasAttributes(const Decl *D, llvm::GlobalObject *GO); /// Set attributes for a global definition. void setFunctionDefinitionAttributes(const FunctionDecl *D, -- cgit v1.2.3