From: Chris Lattner Date: Mon, 19 Oct 2009 05:34:14 +0000 (+0000) Subject: eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13435d93838f673a3a1a89eae2565b98068470c6;p=oota-llvm.git eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84464 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Feature/md_on_instruction.ll b/test/Feature/md_on_instruction.ll index d765cd8fa1e..da9e49ebfb2 100644 --- a/test/Feature/md_on_instruction.ll +++ b/test/Feature/md_on_instruction.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s -disable-output - +; RUN: llvm-as < %s | llvm-dis | grep " !dbg " | count 4 define i32 @foo() nounwind ssp { entry: %retval = alloca i32 ; [#uses=2] diff --git a/test/Feature/md_on_instruction2.ll b/test/Feature/md_on_instruction2.ll deleted file mode 100644 index da9e49ebfb2..00000000000 --- a/test/Feature/md_on_instruction2.ll +++ /dev/null @@ -1,22 +0,0 @@ -; RUN: llvm-as < %s | llvm-dis | grep " !dbg " | count 4 -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 - -;