Pass the CodeGenModule object to GenerateBlockFunction, instead of *this...
Pass the CodeGenModule object to GenerateBlockFunction, instead of *this (which will call the copy constructor). Also, since we're creating a new CodeGenFunction object for each block function, we don't need to clear the BreakContinueStack. llvm-svn: 65371
Loading
Please register or sign in to comment