[Mips] Add the missing judgment when processing function handleMFLOSlot (#121463)
[llvm-project.git] / llvm / test / tools / llvm-opt-report / Inputs / unrl.c
blob0982ba248868cbcbe22e204a035071dfb8265fc7
1 void bar();
3 void foo() {
4 for (int i = 0; i < 5; ++i)
5 bar();
7 for (int i = 0; i < 11; ++i)
8 bar();