ARM: IT doesn't need to be serializing.

This commit is contained in:
Geoffrey Blake
2012-03-21 10:34:06 -05:00
parent b4e5be717d
commit a64319f764

View File

@@ -566,8 +566,7 @@ let {{
itIop = InstObjParams("it", "ItInst", "PredOp", \
{ "code" : ";",
"predicate_test" : predicateTest },
["IsNonSpeculative", "IsSerializeAfter"])
"predicate_test" : predicateTest }, [])
header_output += BasicDeclare.subst(itIop)
decoder_output += BasicConstructor.subst(itIop)
exec_output += PredOpExecute.subst(itIop)