Remove useless TODO from genCompareInt
authorMike Danes <onemihaid@hotmail.com>
Sun, 17 Sep 2017 13:57:44 +0000 (16:57 +0300)
committerMike Danes <onemihaid@hotmail.com>
Mon, 18 Sep 2017 13:59:37 +0000 (16:59 +0300)
commit5dda1f9fdf263744fef57f008fa8a083a2bfcfcb
treeae6cefa2a39b838adedc0256e9781aa83a8f4725
parent08053aef66b1bf1d61de4ee744181ec265718327
Remove useless TODO from genCompareInt

gtSetEvalOrder already does this. And even if it doesn't it's not the job of genCompareInt to swap operands, that should happen in LowerCompare.

Attempting to do this in LowerCompare resulted in 0 diffs.
src/jit/codegenxarch.cpp
src/jit/lowerxarch.cpp