[llvm-commits] [llvm] r46828 - /llvm/branches/Apple/Zim/lib/CodeGen/RegAllocLocal.cpp

Devang Patel dpatel at apple.com
Wed Feb 6 15:27:03 PST 2008


On Feb 6, 2008, at 3:08 PM, Owen Anderson wrote:

> I should clarify that, in a general sense, RegAllocLocal does not  
> depend on LiveVariables, but declaring it as such seems to be  
> necessary to obtain a working pass ordering.


hmmm, then LiveVariables pass should be inserted in the pass queue,  
before RegAllocLocal pass, using PassManager->addPass().

-
Devang






More information about the llvm-commits mailing list