[llvm-commits] CVS: llvm/lib/Target/Sparc/PreSelection.cpp
Misha Brukman
brukman at cs.uiuc.edu
Wed Oct 1 00:26:01 PDT 2003
Changes in directory llvm/lib/Target/Sparc:
PreSelection.cpp updated: 1.16 -> 1.17
---
Log message:
The comment seems irrelevant as the pass has become a BasicBlock pass.
---
Diffs of the changes:
Index: llvm/lib/Target/Sparc/PreSelection.cpp
diff -u llvm/lib/Target/Sparc/PreSelection.cpp:1.16 llvm/lib/Target/Sparc/PreSelection.cpp:1.17
--- llvm/lib/Target/Sparc/PreSelection.cpp:1.16 Mon Sep 1 15:33:07 2003
+++ llvm/lib/Target/Sparc/PreSelection.cpp Wed Oct 1 00:24:50 2003
@@ -109,8 +109,6 @@
//===--------------------------------------------------------------------===//
// 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>
{
More information about the llvm-commits
mailing list