1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Un-XFAIL an AVR CodeGen test

llvm-svn: 287958
This commit is contained in:
Dylan McKay 2016-11-26 01:07:32 +00:00
parent 829a407378
commit f17dce2e18

View File

@ -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.