X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fmd_on_instruction.ll;h=955ace3da8403166c469e9e421117773958cf0d4;hb=54c251c77ff818dad2496f0069e780cf3cb9066f;hp=3fa0b6158b9e69f30c89430e20a88fe0820a3ec3;hpb=da795f82a812dd5b3897cf040e91069e89600983;p=oota-llvm.git diff --git a/test/Feature/md_on_instruction.ll b/test/Feature/md_on_instruction.ll index 3fa0b6158b9..955ace3da84 100644 --- a/test/Feature/md_on_instruction.ll +++ b/test/Feature/md_on_instruction.ll @@ -1,23 +1,27 @@ -; 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] 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 ;