diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-02 20:48:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-02 20:48:24 +0000 |
commit | f61e34d120621d02b3095d68edcfb7520aae9ac4 (patch) | |
tree | 65727daf858dbef13a5dac2ed7102c8a3384c05a | |
parent | a48e627126ec01d4f18baa20e9d9d563dfe9503f (diff) | |
download | bcm5719-llvm-f61e34d120621d02b3095d68edcfb7520aae9ac4.tar.gz bcm5719-llvm-f61e34d120621d02b3095d68edcfb7520aae9ac4.zip |
this testcase is failing because pic16 doesn't define a reg/reg
xor pattern. I have no plans to fix this XFAIL.
llvm-svn: 97587
-rw-r--r-- | llvm/test/CodeGen/PIC16/C16-11.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PIC16/C16-11.ll b/llvm/test/CodeGen/PIC16/C16-11.ll index b6287809902..8a5a0ac11f7 100644 --- a/llvm/test/CodeGen/PIC16/C16-11.ll +++ b/llvm/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] |