We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800b073 commit 1811e87Copy full SHA for 1811e87
llvm/lib/CodeGen/MachineFunction.cpp
@@ -94,6 +94,7 @@ static const char *getPropertyName(MachineFunctionProperties::Property Prop) {
94
// clang-format off
95
switch(Prop) {
96
case P::FailedISel: return "FailedISel";
97
+ case P::HasFakeUses: return "HasFakeUses";
98
case P::IsSSA: return "IsSSA";
99
case P::Legalized: return "Legalized";
100
case P::NoPHIs: return "NoPHIs";
0 commit comments