From 95470b73ba8056d5a31cbce73f4217fda497561e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 11 Nov 2009 03:10:03 +0000 Subject: [PATCH] Add missing run line. Devang, please check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86795 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/2009-11-10-CurrentFn.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DebugInfo/2009-11-10-CurrentFn.ll b/test/DebugInfo/2009-11-10-CurrentFn.ll index c480f46b20a..250395c3763 100644 --- a/test/DebugInfo/2009-11-10-CurrentFn.ll +++ b/test/DebugInfo/2009-11-10-CurrentFn.ll @@ -1,3 +1,4 @@ +; RUN: llc < %s -o /dev/null declare void @foo() -- 2.11.0