For PR1336:

De-XFAIL tests now passing.

llvm-svn: 36097
This commit is contained in:
Reid Spencer 2007-04-16 00:41:11 +00:00
parent 4f7e511a8e
commit e3dbe62579
3 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@
; "crafty" spec benchmark.
;
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | llvm-as
;XFAIL: *
%CHESS_POSITION = type { uint, int }

View File

@ -1,5 +1,4 @@
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep getelementptr
; XFAIL: *
%A = external global { float } ; <{ float }*> [#uses=1]
global int* cast (float* getelementptr ({ float }* %A, long 0, ubyte 0) to int*)

View File

@ -1,6 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | \
; RUN: not grep {getelementptr.*getelementptr}
; XFAIL: *
%struct.TUVVertex = type { short, short, short, short }
%struct.TTriangleItem = type { sbyte*, sbyte*, [3 x %struct.TUVVertex] }