aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorTilmann Scheller <tilmann.scheller@googlemail.com>2011-03-02 19:36:23 +0000
committerTilmann Scheller <tilmann.scheller@googlemail.com>2011-03-02 19:36:23 +0000
commit454464b491307a84ba8bc4aa8a05633984d8e2f7 (patch)
treea1a4d16370d306d62580da2f540671ed077a22b8 /clang/lib/CodeGen/CodeGenFunction.h
parenta3769f802179ff364e97050c3c4675ee2a503cb3 (diff)
downloadllvm-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.h3
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);