1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00

Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)

llvm-svn: 6555
This commit is contained in:
Misha Brukman 2003-06-03 00:07:17 +00:00
parent 8871478c0c
commit 58aeba1c5f

View File

@ -105,8 +105,7 @@ void CodeEmitterGen::createEmitter(std::ostream &o) {
}
}
} else {
if (Vals[f].getName() == "annul" || Vals[f].getName() == "cc" ||
Vals[f].getName() == "predict")
if (Vals[f].getName() == "annul" || Vals[f].getName() == "predict")
--Offset;
}
}