diff options
author | Jiangning Liu <jiangning.liu@arm.com> | 2014-09-24 03:22:56 +0000 |
---|---|---|
committer | Jiangning Liu <jiangning.liu@arm.com> | 2014-09-24 03:22:56 +0000 |
commit | 3b096172cfa00eced4ac078229bda3868a23d324 (patch) | |
tree | d6cc8b7b5d7cb3a4c43f3ac2c4fde69b035493a4 /llvm/lib/CodeGen/SelectionDAG | |
parent | 7b688c688437b166d92c15b7185c92b34c7eefdf (diff) | |
download | bcm5719-llvm-3b096172cfa00eced4ac078229bda3868a23d324.tar.gz bcm5719-llvm-3b096172cfa00eced4ac078229bda3868a23d324.zip |
Clear PreferredExtendType for in each function-specific state FunctionLoweringInfo.
llvm-svn: 218364
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp b/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp index eb1508b8ab0..c06612dcfa2 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp +++ b/llvm/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. |