From: Misha Brukman Date: Wed, 1 Oct 2003 05:24:50 +0000 (+0000) Subject: The comment seems irrelevant as the pass has become a BasicBlock pass. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=99b2d3d8528f3bc4f03c852cb404e6e0b09e00a1;p=oota-llvm.git The comment seems irrelevant as the pass has become a BasicBlock pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8803 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9PreSelection.cpp b/lib/Target/SparcV9/SparcV9PreSelection.cpp index a03a1826e75..f312471bd0b 100644 --- a/lib/Target/SparcV9/SparcV9PreSelection.cpp +++ b/lib/Target/SparcV9/SparcV9PreSelection.cpp @@ -109,8 +109,6 @@ namespace { //===--------------------------------------------------------------------===// // PreSelection Pass - Specialize LLVM code for the current target machine. - // This was and will be a basicblock pass, but make it a FunctionPass until - // BasicBlockPass ::doFinalization(Function&) is available. // class PreSelection : public BasicBlockPass, public InstVisitor {