Chromium Code Reviews| Index: src/IceTargetLowering.cpp |
| diff --git a/src/IceTargetLowering.cpp b/src/IceTargetLowering.cpp |
| index 207a76cbb0c1e060059bc7daed228c334a9ff6fb..fd08d303aa1517f292dd273fb9103b50905619ed 100644 |
| --- a/src/IceTargetLowering.cpp |
| +++ b/src/IceTargetLowering.cpp |
| @@ -344,6 +344,7 @@ void TargetLowering::genTargetHelperCalls() { |
| } |
| void TargetLowering::doAddressOpt() { |
| + doAddressOptOther(); |
| if (llvm::isa<InstLoad>(*Context.getCur())) |
| doAddressOptLoad(); |
| else if (llvm::isa<InstStore>(*Context.getCur())) |