[PATCH] D22719: MachineFunction: Introduce NoPHIs property

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 12:37:01 PDT 2016


qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.

LGTM, with one nitpick.


================
Comment at: lib/CodeGen/MIRParser/MIRParser.cpp:290
@@ +289,3 @@
+        NoPHIs = false;
+        break;
+      }
----------------
return instead and get rid of the NoPHIs variable.


Repository:
  rL LLVM

https://reviews.llvm.org/D22719





More information about the llvm-commits mailing list