Get rid of static variable.
llvm-svn: 91041
This commit is contained in:
@@ -31,7 +31,8 @@ CodeGenFunction::CodeGenFunction(CodeGenModule &cgm)
|
||||
DebugInfo(0), IndirectBranch(0),
|
||||
SwitchInsn(0), CaseRangeBlock(0), InvokeDest(0),
|
||||
CXXThisDecl(0), CXXVTTDecl(0),
|
||||
ConditionalBranchLevel(0), TerminateHandler(0) {
|
||||
ConditionalBranchLevel(0), TerminateHandler(0),
|
||||
UniqueAggrDestructorCount(0) {
|
||||
LLVMIntTy = ConvertType(getContext().IntTy);
|
||||
LLVMPointerWidth = Target.getPointerWidth(0);
|
||||
Exceptions = getContext().getLangOptions().Exceptions;
|
||||
|
||||
Reference in New Issue
Block a user