Add missing run line. Devang, please check.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86795 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-11-11 03:10:03 +00:00
parent c032679d3e
commit 95470b73ba

View File

@ -1,3 +1,4 @@
; RUN: llc < %s -o /dev/null
declare void @foo()