summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-08-25 18:43:32 +0000
committerNico Weber <nicolasweber@gmx.de>2015-08-25 18:43:32 +0000
commit8cdb3f90ef8be523758b8b9a1d4e1950b2fe5cd8 (patch)
tree9ef03c96e6c0666b1c80987f592c6d71d6050e17 /clang/lib/CodeGen/CGCall.h
parent85d65a185d91c223857ea4a226af13a6153abc82 (diff)
downloadbcm5719-llvm-8cdb3f90ef8be523758b8b9a1d4e1950b2fe5cd8.tar.gz
bcm5719-llvm-8cdb3f90ef8be523758b8b9a1d4e1950b2fe5cd8.zip
Revert r245879. Speculative, might have caused crbug.com/524604
llvm-svn: 245965
Diffstat (limited to 'clang/lib/CodeGen/CGCall.h')
-rw-r--r--clang/lib/CodeGen/CGCall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGCall.h b/clang/lib/CodeGen/CGCall.h
index f898676676a..7a4708e5ccf 100644
--- a/clang/lib/CodeGen/CGCall.h
+++ b/clang/lib/CodeGen/CGCall.h
@@ -120,6 +120,7 @@ namespace CodeGen {
void allocateArgumentMemory(CodeGenFunction &CGF);
llvm::Instruction *getStackBase() const { return StackBase; }
+ void freeArgumentMemory(CodeGenFunction &CGF) const;
/// \brief Returns if we're using an inalloca struct to pass arguments in
/// memory.
OpenPOWER on IntegriCloud