view test/Assembler/2007-04-25-AssemblerFoldExternWeak.ll @ 40:e34ccae0bb26

create if(setjmp) statement automatically.
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 26 Dec 2013 19:56:35 +0900
parents 95c75e76d11b
children 54457678186b
line wrap: on
line source

; 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(...)