[llvm-commits] [llvm] r43910 - in /llvm/trunk: include/llvm/CodeGen/Passes.h lib/CodeGen/BreakCriticalMachineEdges.cpp
Evan Cheng
evan.cheng at apple.com
Thu Nov 8 15:39:36 PST 2007
I know. But why not make it a MachineFunction method and just call it?
I don't see it needing to be an independent pass.
Evan
On Nov 8, 2007, at 2:28 PM, Owen Anderson wrote:
> StrongPHIElimination will require it in the near future.
>
> --Owen
>
> On Nov 8, 2007, at 4:24 PM, Evan Cheng wrote:
>> Does it need to be a pass? Seems to me it should just be a
>> function, no?
>>
>> Evan
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list