1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

[PBQP] Fix comment wording. NFC

llvm-svn: 228390
This commit is contained in:
Arnaud A. de Grandmaison 2015-02-06 11:28:16 +00:00
parent 91342fb1a2
commit d21932e1f9

View File

@ -748,7 +748,7 @@ bool RegAllocPBQP::runOnMachineFunction(MachineFunction &MF) {
} }
namespace { namespace {
// A Helper class for print node and register info in a consistent way // A helper class for printing node and register info in a consistent way
class PrintNodeInfo { class PrintNodeInfo {
public: public:
typedef PBQP::RegAlloc::PBQPRAGraph Graph; typedef PBQP::RegAlloc::PBQPRAGraph Graph;