ARM: Fix case where cond/uncond control is mis-specified

This commit is contained in:
Nathanael Premillieu
2012-03-21 10:34:06 -05:00
parent ed8ed6e761
commit 8e2a8fbb7e

View File

@@ -112,9 +112,9 @@ def template DataRegConstructor {{
flags[IsControl] = true;
flags[IsIndirectControl] = true;
if (condCode == COND_AL || condCode == COND_UC)
flags[IsCondControl] = true;
else
flags[IsUncondControl] = true;
else
flags[IsCondControl] = true;
}
if (%(is_ras_pop)s) {