summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/fp-to-int-invalid.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Fix PR 4057, a crash doing float->char const folding.Dale Johannesen2009-04-241-0/+18
This particular one is undefined behavior (although this isn't related to the crash), so it will no longer do it at compile time, which seems better. llvm-svn: 69990
OpenPOWER on IntegriCloud