mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
Return true to indicate that the IR has changed if the nested pass manager has changed it. Fixes the ScopInliner tests in the LLVM_ENABLE_EXPENSIVE_CHECKS=ON configuration. Thanks to Alexandre Ganea for reporting.