diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2018-03-01 00:00:02 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2018-03-01 00:00:02 +0000 |
| commit | e4e78135acbd0b5c2840f687d4ad93a1c9335a12 (patch) | |
| tree | 4d55d12ac1421eb7135f6125b2dc6803f5e38edf /clang/lib/CodeGen/CodeGenModule.h | |
| parent | faaf2d298e033bf8cdd130a124bfc2c74fe5f046 (diff) | |
| download | bcm5719-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.h | 3 |
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, |

