From 4cc1a4703363ff940b6273aeef9d96a87edeb04b Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Mon, 9 Feb 2009 20:20:56 +0000 Subject: Add DidCallStackSave variable to CodeGenFunction. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64156 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenFunction.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/CodeGen/CodeGenFunction.cpp') diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index 5e005b4c55..153fcc8ec4 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp @@ -144,6 +144,7 @@ void CodeGenFunction::StartFunction(const Decl *D, QualType RetTy, llvm::Function *Fn, const FunctionArgList &Args, SourceLocation StartLoc) { + DidCallStackSave = false; CurFuncDecl = D; FnRetTy = RetTy; CurFn = Fn; -- cgit v1.2.3-18-g5258