Fix a bug in GVN that Duncan noticed, where we potentially need to insert a
[oota-llvm.git] / test / Assembler / 2007-04-25-AssemblerFoldExternWeak.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep {icmp.*test_weak.*null}
2 ; PR1358
3 @G = global i1 icmp ne (i32 (...)* @test_weak, i32 (...)* null)
4
5 declare extern_weak i32 @test_weak(...)
6