diff options
-rw-r--r-- | llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp b/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp index 43251c344f8..532af2511e1 100644 --- a/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp +++ b/llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp @@ -726,7 +726,7 @@ static bool FindMaximalLegalAddressingMode(Value *Addr, const Type *AccessTy, } if (Instruction *I = dyn_cast_or_null<Instruction>(AddrInst)) { - assert(AddrModeInsts.back() == I && "Stack imbalance"); + assert(AddrModeInsts.back() == I && "Stack imbalance"); I = I; AddrModeInsts.pop_back(); } |