From: NAKAMURA Takumi Date: Thu, 21 Jun 2012 13:43:06 +0000 (+0000) Subject: Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e42e9ce20f77eb02a64bc2bfecb89f973e57fef9;p=oota-llvm.git Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911." It passes according to ppc changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158917 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/APIntLoadStore.ll b/test/CodeGen/Generic/APIntLoadStore.ll index 2d71ece3eba..7c71a33fc3f 100644 --- a/test/CodeGen/Generic/APIntLoadStore.ll +++ b/test/CodeGen/Generic/APIntLoadStore.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s > %t -; XFAIL: powerpc @i1_l = external global i1 ; [#uses=1] @i1_s = external global i1 ; [#uses=1] @i2_l = external global i2 ; [#uses=1]