Disable test harder.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 14 May 2011 19:30:39 +0000 (19:30 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 14 May 2011 19:30:39 +0000 (19:30 +0000)
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

index fdd979c60a19523564755c2ecc6734a975f778a6..02cef6e39b7b84511ffae9508a4fed0d278396d7 100644 (file)
@@ -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)