aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegisterCoalescer.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-02-17 17:35:10 +0000
committerJim Grosbach <grosbach@apple.com>2012-02-17 17:35:10 +0000
commit7842a741eb0e1baa35af8c3bb5884655c1edaa9e (patch)
treeaf145a321b722f526ace2bef9829903dee3c048e /lib/CodeGen/RegisterCoalescer.h
parent4cbcee16187ab07a70280fc10af327767325b848 (diff)
downloadexternal_llvm-7842a741eb0e1baa35af8c3bb5884655c1edaa9e.zip
external_llvm-7842a741eb0e1baa35af8c3bb5884655c1edaa9e.tar.gz
external_llvm-7842a741eb0e1baa35af8c3bb5884655c1edaa9e.tar.bz2
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegisterCoalescer.h')
-rw-r--r--lib/CodeGen/RegisterCoalescer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/RegisterCoalescer.h b/lib/CodeGen/RegisterCoalescer.h
index 472c483..ef0c508 100644
--- a/lib/CodeGen/RegisterCoalescer.h
+++ b/lib/CodeGen/RegisterCoalescer.h
@@ -1,4 +1,4 @@
-//===-- RegisterCoalescer.h - Register Coalescing Interface ------*- C++ -*-===//
+//===-- RegisterCoalescer.h - Register Coalescing Interface -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file contains the abstract interface for register coalescers,
+// This file contains the abstract interface for register coalescers,
// allowing them to interact with and query register allocators.
//
//===----------------------------------------------------------------------===//