From dae3b57b912d4656544adfea97ade880b6bd8aa1 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 14 May 2011 19:30:39 +0000 Subject: [PATCH] Disable test harder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131363 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll b/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll index fdd979c60a1..02cef6e39b7 100644 --- a/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll +++ b/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll @@ -1,4 +1,5 @@ -; temporarily disabled: opt < %s -instcombine | lli +; RUN: opt < %s -instcombine | lli +; REQUIRES: disabled ; 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) -- 2.34.1