diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-08 16:28:06 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-08 16:28:06 +0000 |
commit | 7c18922f85582816537a6c722e11589cd9692381 (patch) | |
tree | b2aae7116bc650ca54678546664e3627fbba8128 /test | |
parent | 09fdc7baae1b6905fe18df48e2278e74d4e39ccd (diff) |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Generic/APIntLoadStore.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/APIntLoadStore.ll b/test/CodeGen/Generic/APIntLoadStore.ll index 7c71a33fc3..2d71ece3eb 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 ; <i1*> [#uses=1] @i1_s = external global i1 ; <i1*> [#uses=1] @i2_l = external global i2 ; <i2*> [#uses=1] |