From: Jiangning Liu Date: Wed, 24 Sep 2014 03:22:56 +0000 (+0000) Subject: Clear PreferredExtendType for in each function-specific state FunctionLoweringInfo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1fe409e347e0817db9a04955b03c9bafbdd4ed09;p=oota-llvm.git Clear PreferredExtendType for in each function-specific state FunctionLoweringInfo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218364 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp index eb1508b8ab0..c06612dcfa2 100644 --- a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp +++ b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp @@ -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.