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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to