summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-11-15 18:33:16 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-11-15 18:33:16 +0000
commit4e1a0e386c6861a697b0cd2e13a33ac4dd60e17d (patch)
treeb443c708a7db61ed2de5343598c2f91fd12c1f2d /test
parent07268172ff6ef736cccb1b6c92cc9825f9f8cae4 (diff)
downloadexternal_llvm-4e1a0e386c6861a697b0cd2e13a33ac4dd60e17d.zip
external_llvm-4e1a0e386c6861a697b0cd2e13a33ac4dd60e17d.tar.gz
external_llvm-4e1a0e386c6861a697b0cd2e13a33ac4dd60e17d.tar.bz2
Reverted r44163 per request
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll b/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
index 66ca755..1bb6a20 100644
--- a/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
+++ b/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep printd | grep 1206807378
; PR1798
+; XFAIL: *
declare void @printd(i32)