[llvm-commits] [PATH] Remove dead code.

Jia Liu proljc at gmail.com
Wed Feb 29 01:32:11 PST 2012


Hi Michael,

It is sure that getSchedPass is no longer used in LLVM.
Your patch looks good.

I'm not the reviewer, just some comment  :-)

On Wed, Feb 29, 2012 at 5:19 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> Remove dead code. This is never called, and never overridden in a derived class.
>
> I ran into this while trying to setup an alternative scheduler for my
> backed. What is the proper way to do this? I need to implement
> scheduling for a stack machine. I know the algorithms, I'm just not
> sure where the best place to plug it in to CodeGen is.
>
> - Michael Spencer
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>

Regards,
Jia Liu



More information about the llvm-commits mailing list