diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-11 03:10:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-11 03:10:03 +0000 |
commit | 046dc77ed41a73b26064791659fed94e7a7ef86a (patch) | |
tree | 257abb699a2df5486f42e0af8718cefaa5b4f146 /test | |
parent | c9f2d2426db8ea833e540eeb26ac3e25f1741e4a (diff) | |
download | external_llvm-046dc77ed41a73b26064791659fed94e7a7ef86a.zip external_llvm-046dc77ed41a73b26064791659fed94e7a7ef86a.tar.gz external_llvm-046dc77ed41a73b26064791659fed94e7a7ef86a.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')
-rw-r--r-- | test/DebugInfo/2009-11-10-CurrentFn.ll | 1 |
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() |