aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-02 20:48:24 +0000
committerChris Lattner <sabre@nondot.org>2010-03-02 20:48:24 +0000
commit71b58d6c5eeecbeebbfedea642456570614fa6cf (patch)
tree1c03f6902e2e3f525dd59bc2f8d03da76ce1d6c1
parent705443ffd3f67018c1ec387014262566502a9ee3 (diff)
this testcase is failing because pic16 doesn't define a reg/reg
xor pattern. I have no plans to fix this XFAIL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97587 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/PIC16/C16-11.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/PIC16/C16-11.ll b/test/CodeGen/PIC16/C16-11.ll
index b628780990..8a5a0ac11f 100644
--- a/test/CodeGen/PIC16/C16-11.ll
+++ b/test/CodeGen/PIC16/C16-11.ll
@@ -1,5 +1,7 @@
-;RUN: llc < %s -march=pic16
+; RUN: llc < %s -march=pic16
; XFAIL: *
+; This fails because PIC16 doesn't define a (xor reg, reg) pattern.
+;
@c612.auto.a.b = internal global i1 false ; <i1*> [#uses=2]
@c612.auto.A.b = internal global i1 false ; <i1*> [#uses=2]