summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopDeletion/crashbc.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix RUN line in test/Transforms/LoopDeletion/crashbc.llBjorn Pettersson2019-01-101-1/+1
| | | | llvm-svn: 350807
* [LoopUtils] Use i32 instead of `void`.Davide Italiano2018-12-131-0/+31
The actual type of the first argument of the @dbg intrinsic doesn't really matter as we're setting it to `undef`, but the bitcode reader is picky about `void` types. llvm-svn: 349069
OpenPOWER on IntegriCloud