diff options
-rw-r--r-- | test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll | 3 |
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) |