[PATCH] D18574: Replace MachineRegisterInfo::isSSA() with a MachineFunctionProperty
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 11:02:38 PDT 2016
qcolombet accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: include/llvm/CodeGen/MachineRegisterInfo.h:163
@@ -162,3 +158,6 @@
// register.
- bool isSSA() const { return IsSSA; }
----------------
Agree.
http://reviews.llvm.org/D18574
More information about the llvm-commits
mailing list