Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / LTO / X86 / unnamed.ll
blobe12e0a3820b6d23c8fae3e898fce78167cbf7e36
1 ; RUN: llvm-as -o %t.bc %s
2 ; RUN: llvm-lto -save-merged-module -o %t2 %t.bc
3 ; RUN: llvm-dis -o - %t2.merged.bc | FileCheck %s
5 ; CHECK-NOT: global i32
7 target triple = "x86_64-unknown-linux-gnu"
9 @0 = private global i32 42
10 @foo = constant ptr @0