From c74b5a16c487252084439fc8af38f74dee4f737d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 26 Jan 2005 07:08:42 +0000 Subject: XFAIL this for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19845 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll') diff --git a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll index 02cbd5186b..f58b6b98c7 100644 --- a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll +++ b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll @@ -11,6 +11,11 @@ ; ; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep 'cast.*int' + +; Some of these cases were miscompiling programs so they were disabled, see +; bugzilla for details. +; XFAIL: * + implementation ; Functions: ; -- cgit v1.2.3