commit | 2bbbbd6ac823181f8c3cceb55482254c4255a65a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Nov 02 18:22:51 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Nov 02 18:22:51 2009 +0000 |
tree | 117ba16f49f44b898f0a49c00cd2950a46bc1e81 | |
parent | 2f54a2fd8542aa6280d1c5da18ac314d16550676 [diff] [blame] |
disable IPSCCP support for multiple return values, it is buggy, so just disable it until I can fix it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85810 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/SCCP/ipsccp-basic.ll b/test/Transforms/SCCP/ipsccp-basic.ll index 4c3c1cf..f015834 100644 --- a/test/Transforms/SCCP/ipsccp-basic.ll +++ b/test/Transforms/SCCP/ipsccp-basic.ll
@@ -1,4 +1,5 @@ ; RUN: opt < %s -ipsccp -S | FileCheck %s +; XFAIL: * ;;======================== test1