[LLVMdev] setPreservesCFG

John Criswell criswell at cs.uiuc.edu
Mon Feb 23 13:23:23 PST 2009


Dear All,

Does the setPreservesCFG() call for passes indicate that the CFG in the
local function does not change or that the global CFG does not change?

In other words, can a pass call setPreservesCFG() if it adds call
instructions to a function?

Thanks in advance.

-- John T.




More information about the llvm-dev mailing list