[llvm] r288618 - [AVR] Remove 'XFAIL' from a CodeGen test

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 4 01:50:43 PST 2016


Author: dylanmckay
Date: Sun Dec  4 03:50:42 2016
New Revision: 288618

URL: http://llvm.org/viewvc/llvm-project?rev=288618&view=rev
Log:
[AVR] Remove 'XFAIL' from a CodeGen test

This seems to be fixed as of r288052.

Modified:
    llvm/trunk/test/CodeGen/AVR/select-must-add-unconditional-jump.ll

Modified: llvm/trunk/test/CodeGen/AVR/select-must-add-unconditional-jump.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AVR/select-must-add-unconditional-jump.ll?rev=288618&r1=288617&r2=288618&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AVR/select-must-add-unconditional-jump.ll (original)
+++ llvm/trunk/test/CodeGen/AVR/select-must-add-unconditional-jump.ll Sun Dec  4 03:50:42 2016
@@ -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




More information about the llvm-commits mailing list