From c2de8e8ec3eec5e93dd44eec419e5312f3bef759 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Thu, 24 Nov 2016 12:38:54 +0000 Subject: [PATCH] [AVR] Mark the 'select-must-add-unconditional-jump' test as 'XFAIL' llvm-svn: 287871 --- llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll b/llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll index 5c675b266145..59248f99451e 100644 --- a/llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll +++ b/llvm/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