blob: 4e262f85a3d0a490db13ca6bde1e8761f49a8de4 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc
2
3implementation ; Functions:
4
5declare void %llvm.dbg.declare({ }*, { }*)
6
7void %foo() {
8 call void %llvm.dbg.declare( { }* null, { }* null )
9 ret void
10}