aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/2002-05-05-EmptyBlockMerge.ll
AgeCommit message (Expand)Author
2013-01-31Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
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-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-05-26Fix a test that was "broken" by new optimizations. The transformation weChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2002-05-21This testcase was very broken! The block could not be merged because thenChris Lattner
2002-05-06Testcase for missed merge opportunityChris Lattner