From: NAKAMURA Takumi Date: Fri, 8 Jun 2012 16:28:06 +0000 (+0000) Subject: test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7c18922f85582816537a6c722e11589cd9692381;p=oota-llvm.git test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/APIntLoadStore.ll b/test/CodeGen/Generic/APIntLoadStore.ll index 7c71a33fc3f..2d71ece3eba 100644 --- a/test/CodeGen/Generic/APIntLoadStore.ll +++ b/test/CodeGen/Generic/APIntLoadStore.ll @@ -1,4 +1,5 @@ ; 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]