[llvm-commits] [llvm] r92499 - /llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll

Devang Patel dpatel at apple.com
Mon Jan 4 11:41:13 PST 2010


Author: dpatel
Date: Mon Jan  4 13:41:13 2010
New Revision: 92499

URL: http://llvm.org/viewvc/llvm-project?rev=92499&view=rev
Log:
The test, derived from optimzed IR, does not mention "bar" in debug info anywhere so the dwarf writer is not expected to emit any debug info for function "bar".

Modified:
    llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll

Modified: llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll?rev=92499&r1=92498&r2=92499&view=diff

==============================================================================
--- llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-12-01-CurrentFn.ll Mon Jan  4 13:41:13 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s | grep "func_end1:" | count 1
+; RUN: llc < %s -o /dev/null
 ; XFAIL: powerpc-apple-darwin
 declare void @foo()
 





More information about the llvm-commits mailing list