summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-05-14 19:30:39 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-05-14 19:30:39 +0000
commitdae3b57b912d4656544adfea97ade880b6bd8aa1 (patch)
tree0919b79a0da5d3044bb434fc9de0e5a9636f927f
parent47242e86807f2f90e3c41eab0a787f29b6e47bc7 (diff)
downloadllvm-dae3b57b912d4656544adfea97ade880b6bd8aa1.tar.gz
llvm-dae3b57b912d4656544adfea97ade880b6bd8aa1.tar.bz2
llvm-dae3b57b912d4656544adfea97ade880b6bd8aa1.tar.xz
Disable test harder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131363 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll b/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll
index fdd979c60a..02cef6e39b 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)