1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/test/Regression/CodeGen/Generic/2006-03-27-DebugInfoNULLDeclare.ll

11 lines
186 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc
implementation ; Functions:
declare void %llvm.dbg.declare({ }*, { }*)
void %foo() {
call void %llvm.dbg.declare( { }* null, { }* null )
ret void
}