Change BitcodeReader to use error_code instead of bool + string.
[oota-llvm.git] / test / Transforms / Inline / inline_invoke_with_asm_call.ll
2013-11-01 Manman RenAdd comments.
2013-10-31 Manman RenDo not convert "call asm" to "invoke asm" in Inliner.