summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorTilmann Scheller <tilmann.scheller@googlemail.com>2011-03-02 21:36:49 +0000
committerTilmann Scheller <tilmann.scheller@googlemail.com>2011-03-02 21:36:49 +0000
commit99cc30c371b7c3706bec267fd35019d035913489 (patch)
tree7daa383d6658e467defe86c54b1a37ad90638b3b /clang/lib/CodeGen/CodeGenFunction.h
parent5f2a4f999d33167f55f55886222219321207393d (diff)
downloadbcm5719-llvm-99cc30c371b7c3706bec267fd35019d035913489.tar.gz
bcm5719-llvm-99cc30c371b7c3706bec267fd35019d035913489.zip
Revert "Add CC_Win64ThisCall and set it in the necessary places."
This reverts commit 126863. llvm-svn: 126886
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 9b698d33060..0edd0f01281 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1126,8 +1126,7 @@ public:
void StartFunction(GlobalDecl GD, QualType RetTy,
llvm::Function *Fn,
const FunctionArgList &Args,
- SourceLocation StartLoc,
- CallingConv CC);
+ SourceLocation StartLoc);
void EmitConstructorBody(FunctionArgList &Args);
void EmitDestructorBody(FunctionArgList &Args);
OpenPOWER on IntegriCloud