summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/codegenprepare-and-debug.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix inconsistency with/without debug information (-g)Jonas Devlieghere2018-08-071-0/+87
This fixes an inconsistency in code generation when compiling with or without debug information (-g). When debug information is available in an empty block, the original test would fail, resulting in possibly different code. Patch by: Jeroen Dobbelaere Differential revision: https://reviews.llvm.org/D49467 llvm-svn: 339129
OpenPOWER on IntegriCloud