Don't promote asynch EH invokes of nounwind functions to calls
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2007-11-22-InvokeNoUnwind.ll
2015-02-11 Reid KlecknerDon't promote asynch EH invokes of nounwind functions...
2013-04-09 Michael GottesmanConverted 8x tests of SimplifyCFG to use FileCheck...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-22 Duncan SandsTurn invokes of nounwind functions into ordinary calls.