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