summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>2015-02-06 11:28:16 +0000
committerArnaud A. de Grandmaison <arnaud.degrandmaison@arm.com>2015-02-06 11:28:16 +0000
commit77f62d45ef61fb923636ceb3ecee42e490a56e1c (patch)
treeb36956e907cbbbb93dadf247b6f585467e8161ae /llvm
parentbe86bb1e6ae27cc0fbe56b88a2b0cbb6bf30db5e (diff)
downloadbcm5719-llvm-77f62d45ef61fb923636ceb3ecee42e490a56e1c.tar.gz
bcm5719-llvm-77f62d45ef61fb923636ceb3ecee42e490a56e1c.zip
[PBQP] Fix comment wording. NFC
llvm-svn: 228390
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/RegAllocPBQP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocPBQP.cpp b/llvm/lib/CodeGen/RegAllocPBQP.cpp
index 84001ffe598..af6d16eefd7 100644
--- a/llvm/lib/CodeGen/RegAllocPBQP.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud