Update head-of-file comment.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 24 Sep 2003 18:16:23 +0000 (18:16 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 24 Sep 2003 18:16:23 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8699 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp

index 53949a7acfef7d434ffa251bfba48b77dd372bcd..0c55219979bd8c4b5e010c475e20c0eb134d3e73 100644 (file)
@@ -1,6 +1,15 @@
 //===-- PhyRegAlloc.cpp ---------------------------------------------------===//
 // 
-//  Register allocation for LLVM.
+// Traditional graph-coloring global register allocator currently used
+// by the SPARC back-end.
+//
+// NOTE: This register allocator has some special support
+// for the Reoptimizer, such as not saving some registers on calls to
+// the first-level instrumentation function.
+//
+// NOTE 2: This register allocator can save its state in a global
+// variable in the module it's working on. This feature is not
+// thread-safe; if you have doubts, leave it turned off.
 // 
 //===----------------------------------------------------------------------===//
 
index 53949a7acfef7d434ffa251bfba48b77dd372bcd..0c55219979bd8c4b5e010c475e20c0eb134d3e73 100644 (file)
@@ -1,6 +1,15 @@
 //===-- PhyRegAlloc.cpp ---------------------------------------------------===//
 // 
-//  Register allocation for LLVM.
+// Traditional graph-coloring global register allocator currently used
+// by the SPARC back-end.
+//
+// NOTE: This register allocator has some special support
+// for the Reoptimizer, such as not saving some registers on calls to
+// the first-level instrumentation function.
+//
+// NOTE 2: This register allocator can save its state in a global
+// variable in the module it's working on. This feature is not
+// thread-safe; if you have doubts, leave it turned off.
 // 
 //===----------------------------------------------------------------------===//