diff options
-rw-r--r-- | llvm/test/DebugInfo/2009-12-01-CurrentFn.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2009-12-01-CurrentFn.ll b/llvm/test/DebugInfo/2009-12-01-CurrentFn.ll index d33a8f476e7..6fc538e4302 100644 --- a/llvm/test/DebugInfo/2009-12-01-CurrentFn.ll +++ b/llvm/test/DebugInfo/2009-12-01-CurrentFn.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s | grep "func_end1:" | count 1 - +; XFAIL: powerpc-apple-darwin declare void @foo() define void @bar(i32 %i) nounwind ssp { |