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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits