summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-inline-for.c
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo] Inline for without DebugLocationAnastasis Grammenos2018-06-211-0/+13
Summary: This test is a strip down version of a function inside the amalgamated sqlite source. When converted to IR clang produces a phi instruction without debug location. This patch fixes the above issue. Differential Revision: https://reviews.llvm.org/D47720 llvm-svn: 335255
OpenPOWER on IntegriCloud