diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-28 07:58:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-28 07:58:09 +0000 |
commit | cf3fed0fd4ac2e304120f7eef202ec87346d918c (patch) | |
tree | 7f9795287a71c5c0beef21823e06f793305cfcfb | |
parent | 918472a77aed4cad4918cd5487123a670f4c85c6 (diff) |
this takes an insane amount of time to run, disable it for now (PR6727)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99751 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll b/test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll index 8a1288afa4..6f10346266 100644 --- a/test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll +++ b/test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll @@ -1,4 +1,6 @@ -; RUN: llc < %s +; RN: llc < %s +; RUN: false +; XFAIL: * ; PR4534 ; ModuleID = 'tango.net.ftp.FtpClient.bc' |