From feb8018764da86105ab0b607e54401e627c8c82e Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 15 Nov 2009 07:47:32 +0000 Subject: Revert r88830 and r88831 which appear to have caused a selfhost buildbot some grief. I suspect this patch merely exposed a bug else. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88841 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/compare-signs.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/Transforms/InstCombine/compare-signs.ll b/test/Transforms/InstCombine/compare-signs.ll index ba638ba..2f98641 100644 --- a/test/Transforms/InstCombine/compare-signs.ll +++ b/test/Transforms/InstCombine/compare-signs.ll @@ -1,4 +1,5 @@ ; RUN: opt %s -instcombine -S | FileCheck %s +; XFAIL: * ; PR5438 ; TODO: This should also optimize down. -- cgit v1.1