aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-11 03:10:03 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-11 03:10:03 +0000
commit95470b73ba8056d5a31cbce73f4217fda497561e (patch)
tree257abb699a2df5486f42e0af8718cefaa5b4f146 /test/DebugInfo
parentc032679d3ef57246a472cd49e2c884d0345e9ff2 (diff)
downloadexternal_llvm-95470b73ba8056d5a31cbce73f4217fda497561e.zip
external_llvm-95470b73ba8056d5a31cbce73f4217fda497561e.tar.gz
external_llvm-95470b73ba8056d5a31cbce73f4217fda497561e.tar.bz2
Add missing run line. Devang, please check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2009-11-10-CurrentFn.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/2009-11-10-CurrentFn.ll b/test/DebugInfo/2009-11-10-CurrentFn.ll
index c480f46..250395c 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()