Update for llvm API change.

llvm-svn: 208717
This commit is contained in:
Rafael Espindola
2014-05-13 18:45:53 +00:00
parent 99e05cf163
commit ee076a27ce
2 changed files with 5 additions and 6 deletions

View File

@@ -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,