summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-05 00:43:10 +0000
committerDan Gohman <gohman@apple.com>2010-08-05 00:43:10 +0000
commit34fa82f7e82a2845a42d0a2725e70412d06c917b (patch)
treeaf45083a524e0493b13276141600d93e2adbcb27 /test/Analysis
parent1d9125a6ff192f1346d2b08bbf6ecc9c9e44103d (diff)
downloadllvm-34fa82f7e82a2845a42d0a2725e70412d06c917b.tar.gz
llvm-34fa82f7e82a2845a42d0a2725e70412d06c917b.tar.bz2
llvm-34fa82f7e82a2845a42d0a2725e70412d06c917b.tar.xz
Revert r110270 for now. It appears to uncover a memdep bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll b/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll
index f655913f3d..953eaa847d 100644
--- a/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll
+++ b/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -aa-eval -print-all-alias-modref-info -disable-output |& FileCheck %s
+; XFAIL: *
; CHECK: Just Ref: call void @ro() <-> call void @f0()