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 | 108667f3ecd485be2c85d0cc5b817e67d12863ff (patch) | |
tree | 11829d9a02d9078f1ee78f05e2ab6d051d1335e4 /llvm/test/CodeGen/PowerPC | |
parent | e549d9b1f2d1e9dc880a9a445904b5aaf4c7ea78 (diff) | |
download | bcm5719-llvm-108667f3ecd485be2c85d0cc5b817e67d12863ff.tar.gz bcm5719-llvm-108667f3ecd485be2c85d0cc5b817e67d12863ff.zip |
this takes an insane amount of time to run, disable it for now (PR6727)
llvm-svn: 99751
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll b/llvm/test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll index 8a1288afa40..6f103462664 100644 --- a/llvm/test/CodeGen/PowerPC/tango.net.ftp.FtpClient.ll +++ b/llvm/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' |