Displaying 2 results from an estimated 2 matches for "pr1775".
Did you mean:
pr17758
2007 Nov 04
2
[LLVMdev] Seeing double
Is there a reason that BlockExtractorPass is duplicated? See tools/
Bugpoint/ExtractFunction.cpp and lib/Transforms/IPO/LoopExtractor.cpp.
— Gordon
2007 Nov 04
0
[LLVMdev] Seeing double
On Nov 4, 2007, at 8:25 AM, Gordon Henriksen wrote:
> Is there a reason that BlockExtractorPass is duplicated? See tools/
> Bugpoint/ExtractFunction.cpp and lib/Transforms/IPO/LoopExtractor.cpp.
Huh, how about that. It looks like bugpoint should use the other one
and drop its copy.
-Chris