[llvm-commits] [llvm] r168659 - in /llvm/trunk: include/llvm/CodeGen/MachineLoopRanges.h include/llvm/CodeGen/Passes.h include/llvm/InitializePasses.h lib/CodeGen/CMakeLists.txt lib/CodeGen/LiveIntervalUnion.cpp lib/CodeGen/LiveIntervalUnion.h lib/CodeGen/MachineLoopRanges.cpp

NAKAMURA Takumi geek4civic at gmail.com
Mon Nov 26 17:24:57 PST 2012


2012/11/27 Jakub Staszak <kubastaszak at gmail.com>:
> Author: kuba
> Date: Mon Nov 26 19:14:34 2012
> New Revision: 168659
>
> URL: http://llvm.org/viewvc/llvm-project?rev=168659&view=rev
> Log:
> Remove unused MachineLoopRanges analysis.
>
> Modified:
>     llvm/trunk/include/llvm/CodeGen/MachineLoopRanges.h
>     llvm/trunk/include/llvm/CodeGen/Passes.h
>     llvm/trunk/include/llvm/InitializePasses.h
>     llvm/trunk/lib/CodeGen/CMakeLists.txt
>     llvm/trunk/lib/CodeGen/LiveIntervalUnion.cpp
>     llvm/trunk/lib/CodeGen/LiveIntervalUnion.h
>     llvm/trunk/lib/CodeGen/MachineLoopRanges.cpp

Didn't you remove MachineLoopRanges.h and MachineLoopRanges.cpp?
Removed in r168663.

...Takumi



More information about the llvm-commits mailing list