aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll
AgeCommit message (Expand)Author
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif
2007-12-19When inlining through an 'nounwind' call, mark inlinedDuncan Sands