[MachineLICM] Remove obsolete comment about not considering reg pressure.
authorDaniel Jasper <djasper@google.com>
Tue, 7 Apr 2015 11:43:32 +0000 (11:43 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 7 Apr 2015 11:43:32 +0000 (11:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234310 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineLICM.cpp

index 2fcfa3fc2fedf22b7ac2f7ff3fa6e1d44ac3c4c0..50091f39e5c2ee2467656e95503a614f24c9219d 100644 (file)
 // This pass performs loop invariant code motion on machine instructions. We
 // attempt to remove as much code from the body of a loop as possible.
 //
 // This pass performs loop invariant code motion on machine instructions. We
 // attempt to remove as much code from the body of a loop as possible.
 //
-// This pass does not attempt to throttle itself to limit register pressure.
-// The register allocation phases are expected to perform rematerialization
-// to recover when register pressure is high.
-//
 // This pass is not intended to be a replacement or a complete alternative
 // for the LLVM-IR-level LICM pass. It is only designed to hoist simple
 // constructs that are not exposed before lowering and instruction selection.
 // This pass is not intended to be a replacement or a complete alternative
 // for the LLVM-IR-level LICM pass. It is only designed to hoist simple
 // constructs that are not exposed before lowering and instruction selection.