aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-08 16:40:25 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-08 16:40:25 +0000
commitdb5ae3a5ce0957585387af82c8f168f474e87293 (patch)
tree8e34b513dd3254da5b4a00435e9da60b76bfad44 /lib/CodeGen
parent6d37468edd2531ff9294e9566cfb9d0c35ad23f0 (diff)
downloadexternal_llvm-db5ae3a5ce0957585387af82c8f168f474e87293.zip
external_llvm-db5ae3a5ce0957585387af82c8f168f474e87293.tar.gz
external_llvm-db5ae3a5ce0957585387af82c8f168f474e87293.tar.bz2
* Moved author attribution to CREDITS.TXT
* Removed trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/RegAllocPBQP.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/CodeGen/RegAllocPBQP.cpp b/lib/CodeGen/RegAllocPBQP.cpp
index f3c10e9..40f7570 100644
--- a/lib/CodeGen/RegAllocPBQP.cpp
+++ b/lib/CodeGen/RegAllocPBQP.cpp
@@ -16,7 +16,7 @@
//
// The PBQP solver (pbqp.c) provided for this allocator uses a heuristic tuned
// for register allocation. For more information on PBQP for register
-// allocation see the following papers:
+// allocation, see the following papers:
//
// (1) Hames, L. and Scholz, B. 2006. Nearly optimal register allocation with
// PBQP. In Proceedings of the 7th Joint Modular Languages Conference
@@ -27,9 +27,6 @@
// Compilers and Tools for Embedded Systems (LCTES'02), ACM Press, New York,
// NY, USA, 139-148.
//
-// Author: Lang Hames
-// Email: lhames@gmail.com
-//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "regalloc"