commit | 60c4c404a298b32ac7a4dba28e2472b8652138a4 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Mon Feb 09 20:20:56 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Mon Feb 09 20:20:56 2009 +0000 |
tree | a387712121ec65d1b68430c88be0cb6d666a2c28 | |
parent | d7e76c5e518f9d805dd94400308878204d62ea8b [diff] [blame] |
Add DidCallStackSave variable to CodeGenFunction. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64156 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index 5e005b4..153fcc8 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp
@@ -144,6 +144,7 @@ llvm::Function *Fn, const FunctionArgList &Args, SourceLocation StartLoc) { + DidCallStackSave = false; CurFuncDecl = D; FnRetTy = RetTy; CurFn = Fn;