mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
71036274b6
llvm-svn: 36468
7 lines
177 B
LLVM
7 lines
177 B
LLVM
; RUN: llvm-as < %s | llvm-dis | grep {icmp.*test_weak.*null}
|
|
; PR1358
|
|
@G = global i1 icmp ne (i32 (...)* @test_weak, i32 (...)* null)
|
|
|
|
declare extern_weak i32 @test_weak(...)
|
|
|