diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-15 15:52:03 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-15 15:52:03 -0700 |
commit | 6b730836aa53f6b4896f24dd8a4b456669ae4f1a (patch) | |
tree | 9b724331c6ed7218e663216084827654f63345d4 /src | |
parent | 18a6854c28e0fcef76f31a5c552cc3a189213625 (diff) |
update relooper comment
Diffstat (limited to 'src')
-rw-r--r-- | src/relooper/Relooper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relooper/Relooper.cpp b/src/relooper/Relooper.cpp index aa7e71a1..277d37d5 100644 --- a/src/relooper/Relooper.cpp +++ b/src/relooper/Relooper.cpp @@ -174,7 +174,7 @@ void Block::Render(bool InLoop) { } } - // We must do this here, because blocks can be split and even comparing their Ids is not enough. We must check the conditions. + // Find the default target, the one without a condition for (BlockBranchMap::iterator iter = ProcessedBranchesOut.begin(); iter != ProcessedBranchesOut.end(); iter++) { if (!iter->second->Condition) { assert(!DefaultTarget); // Must be exactly one default |