From: Reid Spencer Date: Tue, 27 Feb 2007 20:46:44 +0000 (+0000) Subject: This test passes on x86/Linux now. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=87d266e5930b13fbca8e1e85e9dd5a44b63e2c52;p=oota-llvm.git This test passes on x86/Linux now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34686 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/calls.ll b/test/CodeGen/PowerPC/calls.ll index 17a9855f785..73aa2aa2d4b 100644 --- a/test/CodeGen/PowerPC/calls.ll +++ b/test/CodeGen/PowerPC/calls.ll @@ -3,7 +3,6 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bl ' | wc -l | grep 2 && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bctrl' | wc -l | grep 1 && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bla ' | wc -l | grep 1 -; XFAIL: [0-9x]86-pc-linux.* declare void %foo()