diff options
| author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-06-08 15:45:52 +0000 |
|---|---|---|
| committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-06-08 15:45:52 +0000 |
| commit | b6f79538182462413595f9f0990b292fd9b21a41 (patch) | |
| tree | 68bdf1169c4059d60ffa321cf97098cf7d35dc9e /clang/lib/CodeGen/CodeGenModule.h | |
| parent | 486c7d3fa50c1f1e7a3d2f5bbca29bc28b588f32 (diff) | |
| download | bcm5719-llvm-b6f79538182462413595f9f0990b292fd9b21a41.tar.gz bcm5719-llvm-b6f79538182462413595f9f0990b292fd9b21a41.zip | |
implement the alias attirbute (in both Sema and Codegen)
llvm-svn: 52092
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index de2995f6a8c..d69b87f12fa 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -154,6 +154,9 @@ private: void SetFunctionAttributes(const FunctionDecl *FD, llvm::Function *F, const llvm::FunctionType *FTy); + + void SetGlobalValueAttributes(const FunctionDecl *FD, + llvm::GlobalValue *GV); }; } // end namespace CodeGen |

