| Index: src/IceTargetLowering.cpp
|
| diff --git a/src/IceTargetLowering.cpp b/src/IceTargetLowering.cpp
|
| index f6c2a7810a2b48a7c47bcb63ed4969bb7f52af2b..1b9ca23bfe49eb96b1bc0dcc5ad38d72965c9adf 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()))
|
|
|