[PATCH] D18574: Replace MachineRegisterInfo::isSSA() with a MachineFunctionProperty

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 17:12:34 PDT 2016


qcolombet added inline comments.

================
Comment at: include/llvm/CodeGen/MachineRegisterInfo.h:163
@@ -162,3 @@
-  // register.
-  bool isSSA() const { return IsSSA; }
-
----------------
Can we keep the getter and setter, just update what they do?


http://reviews.llvm.org/D18574





More information about the llvm-commits mailing list