diff options
-rw-r--r-- | llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp index 83917e7941f..f9caea1b39b 100644 --- a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -291,8 +291,8 @@ char ARMConstantIslands::ID = 0; /// verify - check BBOffsets, BBSizes, alignment of islands void ARMConstantIslands::verify() { - BBInfoVector &BBInfo = BBUtils->getBBInfo(); #ifndef NDEBUG + BBInfoVector &BBInfo = BBUtils->getBBInfo(); assert(std::is_sorted(MF->begin(), MF->end(), [&BBInfo](const MachineBasicBlock &LHS, const MachineBasicBlock &RHS) { |