Make all registered optimization passes available to llc.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 16:35:34 +0000 (16:35 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 16:35:34 +0000 (16:35 +0000)
commit7d0ba026401321be1645b4142abeb85e943d0577
tree9d05707512cbb66f2326556ee0b88c2ce70ddbaf
parent18fdfc4eed5466e0a7e16cac594804c82aa4442b
Make all registered optimization passes available to llc.
Eliminate duplicate tracing options and use those defined by the trace passes.
Making the tracing step a module pass that runs before any llc-specific
passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3753 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/llc.cpp