[llvm-commits] [llvm] r129875 - /llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll
Stuart Hastings
stuart at apple.com
Wed Apr 20 14:47:45 PDT 2011
Author: stuart
Date: Wed Apr 20 16:47:45 2011
New Revision: 129875
URL: http://llvm.org/viewvc/llvm-project?rev=129875&view=rev
Log:
Un-XFAIL this test for ARM. <rdar://problem/7662569>
Modified:
llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll
Modified: llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll?rev=129875&r1=129874&r2=129875&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2010-11-04-BigByval.ll Wed Apr 20 16:47:45 2011
@@ -1,6 +1,5 @@
; RUN: llc < %s
; PR7170
-; XFAIL: arm
%big = type [131072 x i8]
More information about the llvm-commits
mailing list