summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2018-03-01 00:00:02 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2018-03-01 00:00:02 +0000
commite4e78135acbd0b5c2840f687d4ad93a1c9335a12 (patch)
tree4d55d12ac1421eb7135f6125b2dc6803f5e38edf /clang/lib/CodeGen/CodeGenModule.h
parentfaaf2d298e033bf8cdd130a124bfc2c74fe5f046 (diff)
downloadbcm5719-llvm-e4e78135acbd0b5c2840f687d4ad93a1c9335a12.tar.gz
bcm5719-llvm-e4e78135acbd0b5c2840f687d4ad93a1c9335a12.zip
Inline a trivial function. NFC.
llvm-svn: 326391
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 71b130b0be3..19fbb22678c 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -1182,9 +1182,6 @@ public:
bool TryEmitDefinitionAsAlias(GlobalDecl Alias, GlobalDecl Target);
bool TryEmitBaseDestructorAsAlias(const CXXDestructorDecl *D);
- /// Set attributes for a global definition.
- void setFunctionDefinitionAttributes(GlobalDecl GD, llvm::Function *F);
-
llvm::GlobalValue *GetGlobalValue(StringRef Ref);
/// Set attributes which are common to any form of a global definition (alias,
OpenPOWER on IntegriCloud