Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / utils / update_cc_test_checks / Inputs / global-value-regex.c.expected
blob94e08ce9553b5b99510293cdfb6f18953815abe5
1 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --check-globals --global-value-regex "foo\.."
2 // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s
4 //.
5 // CHECK: @foo.i = internal global i32 0, align 4
6 // CHECK: @foo.j = internal global i32 0, align 4
7 //.
8 // CHECK-LABEL: @foo(
9 // CHECK-NEXT:  entry:
10 // CHECK-NEXT:    ret void
12 void foo(void) {
13   static int i, j;
15 // CHECK-LABEL: @bar(
16 // CHECK-NEXT:  entry:
17 // CHECK-NEXT:    ret void
19 void bar(void) {
20   static int i, j;