Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Assembler / 2007-04-25-AssemblerFoldExternWeak.ll
blobcf7a904b1a19e52f87f3143470dc78832a27b6bf
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2 ; RUN: verify-uselistorder %s
3 ; PR1358
5 ; CHECK: icmp ne (ptr @test_weak, ptr null)
6 @G = global i1 icmp ne (ptr @test_weak, ptr null)
8 declare extern_weak i32 @test_weak(...)