aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/2006-03-27-DebugInfoNULLDeclare.ll
blob: 2f2fb8b2e9fd2a1e2332c3de91a916574bec5aec (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llc

declare void @llvm.dbg.declare({  }*, {  }*)

define void @foo() {
        call void @llvm.dbg.declare( {  }* null, {  }* null )
        ret void
}