summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll
Commit message (Collapse)AuthorAgeFilesLines
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-261-1/+1
| | | | llvm-svn: 94574
* Convert Analysis tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-271-1/+4
| | | | llvm-svn: 85241
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Add -disable-output to a bunch of tests that don't care about the output.Dan Gohman2009-06-171-1/+1
| | | | llvm-svn: 73633
* Now that ScalarEvolution::print writes to the correct stream, there is Wojciech Matyjewicz2008-02-121-1/+1
| | | | | | no need to redirect stderr into stdout. llvm-svn: 47009
* Change grep '' to grep {}.Dan Gohman2007-11-271-1/+1
| | | | | | Change 2>&1 | to |&. llvm-svn: 44344
* Be more careful when transforming | to +. Patch from Wojciech Matyjewicz.Nick Lewycky2007-11-201-0/+18
llvm-svn: 44248
OpenPOWER on IntegriCloud