From: Dylan McKay Date: Thu, 24 Nov 2016 12:38:54 +0000 (+0000) Subject: [AVR] Mark the 'select-must-add-unconditional-jump' test as 'XFAIL' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eef324fa6054b1b12aa8a078c8cf7f5a26b71d9a;p=llvm [AVR] Mark the 'select-must-add-unconditional-jump' test as 'XFAIL' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287871 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AVR/select-must-add-unconditional-jump.ll b/test/CodeGen/AVR/select-must-add-unconditional-jump.ll index 5c675b26614..59248f99451 100644 --- a/test/CodeGen/AVR/select-must-add-unconditional-jump.ll +++ b/test/CodeGen/AVR/select-must-add-unconditional-jump.ll @@ -1,4 +1,5 @@ ; RUN: llc -march=avr -print-after=expand-isel-pseudos < %s 2>&1 | FileCheck %s +; XFAIL: * ; Because `switch` seems to trigger Machine Basic Blocks to be ordered ; in a different order than they were constructed, this exposes an