diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-01 05:24:50 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-01 05:24:50 +0000 |
commit | 99b2d3d8528f3bc4f03c852cb404e6e0b09e00a1 (patch) | |
tree | 3e3d173b0d0e57d889cf2e9c6e0e3e31ee844b1e | |
parent | ac41ea22773cbd8ef38e04a53a23da98898acdc7 (diff) |
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
-rw-r--r-- | lib/Target/SparcV9/SparcV9PreSelection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9PreSelection.cpp b/lib/Target/SparcV9/SparcV9PreSelection.cpp index a03a1826e7..f312471bd0 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<PreSelection> { |