aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/byval2.ll
AgeCommit message (Expand)Author
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-01-27Revert r46393: readonly/readnone functions are noDuncan Sands
2008-01-26Invert this test, because it is wrong if we allowDuncan Sands
2008-01-12we don't have to make an explicit copy of a byval argument when Chris Lattner