blob: 4e262f85a3d0a490db13ca6bde1e8761f49a8de4 [file] [log] [blame]
; 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
}