diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-09-08 21:33:45 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-09-08 21:33:45 +0000 |
commit | 0dbe227feccf6a8dbadfff8ca3f80416b7bf2f28 (patch) | |
tree | b2b084796bf8841734e7fec1f6aad7c547e7105b /lib/CodeGen/CodeGenModule.h | |
parent | 6f0200e9ebf7f65df74b3cf55b4319b075b244a2 (diff) |
Refactor parameter attribute handling:
- Add CGCall.h for dealing with ABI issues related to calls.
- Add CGFunctionInfo and CGCallInfo for capturing ABI relevant
information about functions and calls.
- Isolate LLVM parameter attribute handling inside CGCall.cpp
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index a6308736cc..41985fbac6 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -218,9 +218,6 @@ private: void SetFunctionAttributes(const FunctionDecl *FD, llvm::Function *F); - void SetGlobalValueAttributes(const FunctionDecl *FD, - llvm::GlobalValue *GV); - /// EmitGlobal - Emit code for a singal global function or var /// decl. Forward declarations are emitted lazily. void EmitGlobal(const ValueDecl *D); |