[PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Piotr Padlewski via cfe-commits
cfe-commits at lists.llvm.org
Wed May 11 08:28:06 PDT 2016
Prazek added inline comments.
================
Comment at: lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp:194
@@ -193,3 +193,3 @@
- if (doneShuffling == false) {
+ if (doneShuffling == 0) {
HexagonMCShuffler MCS(MCII, STI, MCB);
----------------
alexfh wrote:
> This is wrong.
Of course it is, but the prevoius code was also creepy :P
http://reviews.llvm.org/D19105
More information about the cfe-commits
mailing list