summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Generic/double-declare.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use a fixed target triple to s to appease windows botsAdrian Prantl2017-06-121-44/+0
| | | | llvm-svn: 305252
* Fix an assertion failure when duplicate dbg.declares are present.Adrian Prantl2017-06-121-0/+44
This fixes PR33157. https://bugs.llvm.org//show_bug.cgi?id=33157 We might also think about disallowing duplicate dbg.declare intrinsics entirely, but this may complicate some passes needlessly. llvm-svn: 305244
OpenPOWER on IntegriCloud