[llvm-commits] [llvm] r86795 -	/llvm/trunk/test/DebugInfo/2009-11-10-CurrentFn.ll
    Daniel Dunbar 
    daniel at zuster.org
       
    Tue Nov 10 19:10:03 PST 2009
    
    
  
Author: ddunbar
Date: Tue Nov 10 21:10:03 2009
New Revision: 86795
URL: http://llvm.org/viewvc/llvm-project?rev=86795&view=rev
Log:
Add missing run line. Devang, please check.
Modified:
    llvm/trunk/test/DebugInfo/2009-11-10-CurrentFn.ll
Modified: llvm/trunk/test/DebugInfo/2009-11-10-CurrentFn.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-11-10-CurrentFn.ll?rev=86795&r1=86794&r2=86795&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-11-10-CurrentFn.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-11-10-CurrentFn.ll Tue Nov 10 21:10:03 2009
@@ -1,3 +1,4 @@
+; RUN: llc < %s -o /dev/null
 
 declare void @foo()
 
    
    
More information about the llvm-commits
mailing list