Add a generic expansion transform: A op (B op' C) -> (A op B) op' (A op C)
[oota-llvm.git] / test / DebugInfo / 2010-01-05-DbgScope.ll
2010-01-05 Devang PatelIf a scope has only one instruction then first instruct...