Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / builtin-unwind-init.c
blobbe738ace5379ab3eb94ff4a7eebeed6b432473d1
1 // RUN: %clang_cc1 -emit-llvm < %s -o - | FileCheck %s
3 void a(void) { __builtin_unwind_init(); }
5 // CHECK: call void @llvm.eh.unwind.init()