summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA/empty.ll
Commit message (Collapse)AuthorAgeFilesLines
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
| | | | | | | | | | versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544
* FileCheck-ize these tests. Harden some of them.Bill Wendling2012-04-241-2/+4
| | | | llvm-svn: 155432
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
| | | | | | | | | | | | does normal initialization and normal chaining. Change the default AliasAnalysis implementation to NoAlias. Update StandardCompileOpts.h and friends to explicitly request BasicAliasAnalysis. Update tests to explicitly request -basicaa. llvm-svn: 116720
* Pointers to zero-sized objects don't point to overlapping objects.Dan Gohman2010-04-081-0/+10
llvm-svn: 100789
OpenPOWER on IntegriCloud