diff options
-rw-r--r-- | test/DebugInfo/2009-12-01-CurrentFn.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-12-01-CurrentFn.ll b/test/DebugInfo/2009-12-01-CurrentFn.ll index 6fc538e430..933f19bc1f 100644 --- a/test/DebugInfo/2009-12-01-CurrentFn.ll +++ b/test/DebugInfo/2009-12-01-CurrentFn.ll @@ -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() |