aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
AgeCommit message (Expand)Author
2013-04-09Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan 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
2005-12-03new testcase, miscompiled by simplifycfg. This has been distilled from Ptrdi...Chris Lattner