MachineFunction: Make LastProperty an alias of the last property
This avoids unnecessary cases in switch statements covering all properties. llvm-svn: 279337
This commit is contained in:
@@ -85,8 +85,6 @@ void MachineFunctionProperties::print(raw_ostream &ROS, bool OnlySet) const {
|
||||
case Property::Selected:
|
||||
ROS << (HasProperty ? "" : "not ") << "selected";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user