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

implementation   ; Functions:

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

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