This test passes on x86/Linux now.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 27 Feb 2007 20:46:44 +0000 (20:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 27 Feb 2007 20:46:44 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34686 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/calls.ll

index 17a9855f785333aae644db0a4b0fb12824538c12..73aa2aa2d4bf0bc9549abf15b193d8761659e819 100644 (file)
@@ -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()