aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/2002-05-05-EmptyBlockMerge.ll
Commit message (Expand)AuthorAgeFilesLines
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-16/+14
* For PR1319:Reid Spencer2007-04-151-1/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* Fix a test that was "broken" by new optimizations. The transformation weChris Lattner2004-05-261-0/+4
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-161-1/+1
* This testcase was very broken! The block could not be merged because thenChris Lattner2002-05-211-5/+2
* Testcase for missed merge opportunityChris Lattner2002-05-061-0/+22