diff options
Diffstat (limited to 'llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.cpp')
| -rw-r--r-- | llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.cpp b/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.cpp index ba345d3659b2..ff9dde40b2df 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.cpp +++ b/llvm/tools/llvm-reduce/deltas/ReduceInstructionFlags.cpp @@ -20,6 +20,7 @@ using namespace llvm; static void reduceFlagsInModule(Oracle &O, ReducerWorkItem &WorkItem) { + // Keep this in sync with computeIRComplexityScoreImpl(). for (Function &F : WorkItem.getModule()) { for (Instruction &I : instructions(F)) { if (auto *OBO = dyn_cast<OverflowingBinaryOperator>(&I)) { |
