diff options
| author | Tilmann Scheller <tilmann.scheller@googlemail.com> | 2011-03-02 19:36:23 +0000 |
|---|---|---|
| committer | Tilmann Scheller <tilmann.scheller@googlemail.com> | 2011-03-02 19:36:23 +0000 |
| commit | 454464b491307a84ba8bc4aa8a05633984d8e2f7 (patch) | |
| tree | a1a4d16370d306d62580da2f540671ed077a22b8 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | a3769f802179ff364e97050c3c4675ee2a503cb3 (diff) | |
| download | llvm-454464b491307a84ba8bc4aa8a05633984d8e2f7.zip llvm-454464b491307a84ba8bc4aa8a05633984d8e2f7.tar.gz llvm-454464b491307a84ba8bc4aa8a05633984d8e2f7.tar.bz2 | |
Add CC_Win64ThisCall and set it in the necessary places.
llvm-svn: 126863
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index ef006d9..25fbd81 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1126,7 +1126,8 @@ public: void StartFunction(GlobalDecl GD, QualType RetTy, llvm::Function *Fn, const FunctionArgList &Args, - SourceLocation StartLoc); + SourceLocation StartLoc, + CallingConv CC); void EmitConstructorBody(FunctionArgList &Args); void EmitDestructorBody(FunctionArgList &Args); |
