Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenCXX / mangle-system-header.cpp
blob43d88cecb3c4c43973f185bd98795bcdb9ee74be
1 // RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-apple-darwin9 | FileCheck %s
3 // PR5420
5 # 1 "fake_system_header.h" 1 3 4
6 // CHECK-LABEL: define{{.*}} void @_ZdlPvS_(
7 void operator delete (void*, void*) {}
9 // PR6217
10 // CHECK-LABEL: define{{.*}} void @_Z3barv()
11 void bar() { }