[llvm-commits] [llvm] r158917 - /llvm/trunk/test/CodeGen/Generic/APIntLoadStore.ll
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jun 21 06:43:07 PDT 2012
Author: chapuni
Date: Thu Jun 21 08:43:06 2012
New Revision: 158917
URL: http://llvm.org/viewvc/llvm-project?rev=158917&view=rev
Log:
Revert r158209, "test/CodeGen/Generic/APIntLoadStore.ll: Mark as XFAIL:ppc since r157911."
It passes according to ppc changes.
Modified:
llvm/trunk/test/CodeGen/Generic/APIntLoadStore.ll
Modified: llvm/trunk/test/CodeGen/Generic/APIntLoadStore.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/APIntLoadStore.ll?rev=158917&r1=158916&r2=158917&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/APIntLoadStore.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/APIntLoadStore.ll Thu Jun 21 08:43:06 2012
@@ -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]
More information about the llvm-commits
mailing list