Skip to content
Commit 1fe6e6fd authored by Craig Topper's avatar Craig Topper
Browse files

[llvm-exegesis] Rename range based for loop variable in a unit test so its...

[llvm-exegesis] Rename range based for loop variable in a unit test so its different than the container being iterated over. NFC

It seems like gcc 5.5 wants to iterate over the new variable instead
of the container that lives outside the loop. But of course this
new container is empty.

Plus using a different variable names makes the code more readable.
parent 8dc659c1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment