diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 20:46:44 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 20:46:44 +0000 |
commit | 87d266e5930b13fbca8e1e85e9dd5a44b63e2c52 (patch) | |
tree | 97f405527a98cbf7c7785c81d473ddbd95c664bd | |
parent | f45803012c3d6b3ea28cc5d8a43d6c3ffda70249 (diff) |
This test passes on x86/Linux now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34686 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/PowerPC/calls.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/calls.ll b/test/CodeGen/PowerPC/calls.ll index 17a9855f78..73aa2aa2d4 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() |