summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CBackend/pr2408.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove stale CBackend tests.Benjamin Kramer2012-03-261-12/+0
| | | | llvm-svn: 153433
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* In the CBackend, use casts to force integer add, subtract, andDan Gohman2008-07-181-0/+12
multiply to be done as unsigned, so that they have well defined behavior on overflow. This fixes PR2408. llvm-svn: 53767
OpenPOWER on IntegriCloud