From 0475c9170e9621292a48c688c3976031be5650bb Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 29 Sep 2009 00:01:14 +0000 Subject: Parse custom metadata attached with an instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83033 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/md_on_instruction.ll | 8 ++++---- test/Feature/md_on_instruction2.ll | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'test/Feature') diff --git a/test/Feature/md_on_instruction.ll b/test/Feature/md_on_instruction.ll index 3fa0b61..d765cd8 100644 --- a/test/Feature/md_on_instruction.ll +++ b/test/Feature/md_on_instruction.ll @@ -4,13 +4,13 @@ define i32 @foo() nounwind ssp { entry: %retval = alloca i32 ; [#uses=2] call void @llvm.dbg.func.start(metadata !0) - store i32 42, i32* %retval, dbg !3 - br label %0, dbg !3 + store i32 42, i32* %retval, !dbg !3 + br label %0, !dbg !3 ;