From: Stuart Hastings Date: Sat, 14 May 2011 18:39:05 +0000 (+0000) Subject: Disable this test while I revise it. rdar://problem/9267970 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=47242e86807f2f90e3c41eab0a787f29b6e47bc7;p=oota-llvm.git Disable this test while I revise it. rdar://problem/9267970 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131350 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll b/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll index d65173db8cc..fdd979c60a1 100644 --- a/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll +++ b/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -instcombine | lli +; temporarily disabled: opt < %s -instcombine | lli ; rdar://problem/9267970 ; ideally this test will run on a 32-bit host ; must not discard GEPs that might overflow at runtime (aren't inbounds)