From a9865543770737c2fbb771b050c9320f32479cce Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 19 Sep 2014 22:42:40 +0000 Subject: [PATCH] R600/SI: Un xfail a test that works now llvm-svn: 218162 --- llvm/test/CodeGen/R600/gv-const-addrspace-fail.ll | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm/test/CodeGen/R600/gv-const-addrspace-fail.ll b/llvm/test/CodeGen/R600/gv-const-addrspace-fail.ll index ebd781107627..7ad55ed2b403 100644 --- a/llvm/test/CodeGen/R600/gv-const-addrspace-fail.ll +++ b/llvm/test/CodeGen/R600/gv-const-addrspace-fail.ll @@ -1,6 +1,5 @@ -; XFAIL: * -; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s ; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s +; XUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s @a = internal addrspace(2) constant [1 x i8] [ i8 7 ], align 1 @@ -32,7 +31,7 @@ define void @test_i16( i32 %s, i16 addrspace(1)* %out) #3 { %struct.bar = type { float, [5 x i8] } ; The illegal i8s aren't handled -@struct_bar_gv = internal addrspace(2) unnamed_addr constant [1 x %struct.bar] [ %struct.bar { float 16.0, [5 x i8] [i8 0, i8 1, i8 2, i8 3, i8 4] } ] +@struct_bar_gv = internal addrspace(2) constant [1 x %struct.bar] [ %struct.bar { float 16.0, [5 x i8] [i8 0, i8 1, i8 2, i8 3, i8 4] } ] ; FUNC-LABEL: @struct_bar_gv_load define void @struct_bar_gv_load(i8 addrspace(1)* %out, i32 %index) {