From 656c1fa54468b0c0e0dd86b844c99055fba627c9 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Sat, 26 Nov 2016 01:07:32 +0000 Subject: [PATCH] Un-XFAIL an AVR CodeGen test llvm-svn: 287958 --- llvm/test/CodeGen/AVR/high-pressure-on-ptrregs.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/AVR/high-pressure-on-ptrregs.ll b/llvm/test/CodeGen/AVR/high-pressure-on-ptrregs.ll index dabc58b74731..9330ce1eb2ac 100644 --- a/llvm/test/CodeGen/AVR/high-pressure-on-ptrregs.ll +++ b/llvm/test/CodeGen/AVR/high-pressure-on-ptrregs.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -march=avr | FileCheck %s -; XFAIL: * ; This tests how LLVM handles IR which puts very high ; presure on the PTRREGS class for the register allocator.