aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/2006-05-26-VarargsCallEncode.ll
AgeCommit message (Expand)Author
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2008-08-05Fix the AsmWriter to not print extra spaces after parameter attributes.Dan Gohman
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-04-15For PR1319:Reid Spencer
2007-01-29Update this test case to look for sret parameter attribute not csret cc.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-05-26New testcase, check that the bc file correctly encodes varargs nonccc calls.Chris Lattner