forked from OSchip/llvm-project
Clear PreferredExtendType for in each function-specific state FunctionLoweringInfo.
llvm-svn: 218364
This commit is contained in:
parent
7b688c6884
commit
3b096172cf
|
@ -275,6 +275,7 @@ void FunctionLoweringInfo::clear() {
|
|||
ArgDbgValues.clear();
|
||||
ByValArgFrameIndexMap.clear();
|
||||
RegFixups.clear();
|
||||
PreferredExtendType.clear();
|
||||
}
|
||||
|
||||
/// CreateReg - Allocate a single virtual register for the given type.
|
||||
|
|
Loading…
Reference in New Issue