From a31bc24eaed4ee2e9dd1ea03e0d5a215b6f8e74d Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Sun, 4 Dec 2016 09:50:42 +0000 Subject: [PATCH] [AVR] Remove 'XFAIL' from a CodeGen test This seems to be fixed as of r288052. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288618 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AVR/select-must-add-unconditional-jump.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/CodeGen/AVR/select-must-add-unconditional-jump.ll b/test/CodeGen/AVR/select-must-add-unconditional-jump.ll index 59248f99451..5c675b26614 100644 --- a/test/CodeGen/AVR/select-must-add-unconditional-jump.ll +++ b/test/CodeGen/AVR/select-must-add-unconditional-jump.ll @@ -1,5 +1,4 @@ ; 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 -- 2.50.1