mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
Remove long obsolete comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3476 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f12c2c28bd
commit
0712d55512
@ -5,13 +5,6 @@
|
|||||||
// examining the SSA value graph of the function, instead of doing slow, dense,
|
// examining the SSA value graph of the function, instead of doing slow, dense,
|
||||||
// bit-vector computations.
|
// 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"
|
#include "llvm/Transforms/Scalar.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user