summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2011-05-14 18:39:05 +0000
committerStuart Hastings <stuart@apple.com>2011-05-14 18:39:05 +0000
commit47242e86807f2f90e3c41eab0a787f29b6e47bc7 (patch)
tree6154131c80cb1ef19f0db6d74133475cadf81bcf /test/Transforms
parent10fcfb53fdc77061841e815e8b4cd62b48d5767d (diff)
downloadllvm-47242e86807f2f90e3c41eab0a787f29b6e47bc7.tar.gz
llvm-47242e86807f2f90e3c41eab0a787f29b6e47bc7.tar.bz2
llvm-47242e86807f2f90e3c41eab0a787f29b6e47bc7.tar.xz
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
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll b/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll
index d65173db8c..fdd979c60a 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)