Remove long obsolete comments

llvm-svn: 3476
This commit is contained in:
Chris Lattner 2002-08-22 21:25:54 +00:00
parent 743e034b0c
commit faea121df7
1 changed files with 0 additions and 7 deletions

View File

@ -5,13 +5,6 @@
// examining the SSA value graph of the function, instead of doing slow, dense,
// bit-vector computations.
//
// This pass works best if it is proceeded with a simple constant propogation
// pass and an instruction combination pass because this pass does not do any
// value numbering (in order to be speedy).
//
// This pass does not attempt to CSE load instructions, because it does not use
// pointer analysis to determine when it is safe.
//
//===----------------------------------------------------------------------===//
#include "llvm/Transforms/Scalar.h"