From 9643cca39fb9fb3b49a8912926de98acf882283c Mon Sep 17 00:00:00 2001 From: rdivacky Date: Fri, 23 Oct 2009 14:19:52 +0000 Subject: Update LLVM to r84949. --- test/Feature/md_on_instruction.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/Feature') diff --git a/test/Feature/md_on_instruction.ll b/test/Feature/md_on_instruction.ll index d765cd8..da9e49e 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] -- cgit v1.1