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

implementation   ; Functions:

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

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