Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / debug-info-line3.c
blob042571e790b2f5528954c9a612cc3f9d4b6c1455
1 // RUN: %clang_cc1 -debug-info-kind=limited -S -emit-llvm %s -o - | FileCheck %s
3 void func(char c, char* d)
5 *d = c + 1;
6 return;
15 // CHECK: ret void, !dbg [[LINE:.*]]
16 // CHECK: [[LINE]] = !DILocation(line: 6,