From 52e57900a311eac02f6cfec7572e53175fdb1311 Mon Sep 17 00:00:00 2001 From: "Arnaud A. de Grandmaison" Date: Fri, 6 Feb 2015 11:28:16 +0000 Subject: [PATCH] [PBQP] Fix comment wording. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228390 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAllocPBQP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/RegAllocPBQP.cpp b/lib/CodeGen/RegAllocPBQP.cpp index 84001ffe598..af6d16eefd7 100644 --- a/lib/CodeGen/RegAllocPBQP.cpp +++ b/lib/CodeGen/RegAllocPBQP.cpp @@ -748,7 +748,7 @@ bool RegAllocPBQP::runOnMachineFunction(MachineFunction &MF) { } 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 { public: typedef PBQP::RegAlloc::PBQPRAGraph Graph; -- 2.34.1