Add skeleton of a machine level cse pass.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 2 Mar 2010 02:38:24 +0000 (02:38 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 2 Mar 2010 02:38:24 +0000 (02:38 +0000)
commitc6fe333688519c5a28d1e0f30ecdaa2ad8f1d410
tree8851ff435d8564424f3438ffb8a6c860902ce3e3
parent7f05aa72f970bdb92c831a83b02197b8699f7635
Add skeleton of a machine level cse pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97543 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
lib/CodeGen/MachineCSE.cpp [new file with mode: 0644]