diff options
Diffstat (limited to 'llvm/test/CodeGen/Blackfin/promote-logic.ll')
-rw-r--r-- | llvm/test/CodeGen/Blackfin/promote-logic.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Blackfin/promote-logic.ll b/llvm/test/CodeGen/Blackfin/promote-logic.ll index ba2caefe66d..d2771d1bb8d 100644 --- a/llvm/test/CodeGen/Blackfin/promote-logic.ll +++ b/llvm/test/CodeGen/Blackfin/promote-logic.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | llc -march=bfin > %t -; XFAIL: * -; DAG combiner can produce an illegal i16 OR operation after LegalizeOps. +; DAGCombiner::SimplifyBinOpWithSameOpcodeHands can produce an illegal i16 OR +; operation after LegalizeOps. define void @mng_display_bgr565() { entry: |