Fixup goto codegen in and around VLAs.
llvm-svn: 64014
This commit is contained in:
@@ -24,7 +24,7 @@ using namespace CodeGen;
|
||||
|
||||
CodeGenFunction::CodeGenFunction(CodeGenModule &cgm)
|
||||
: CGM(cgm), Target(CGM.getContext().Target), SwitchInsn(NULL),
|
||||
CaseRangeBlock(NULL) {
|
||||
CaseRangeBlock(NULL), StackDepth(0) {
|
||||
LLVMIntTy = ConvertType(getContext().IntTy);
|
||||
LLVMPointerWidth = Target.getPointerWidth(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user