Cleanup testcase

llvm-svn: 5292
This commit is contained in:
Chris Lattner 2003-01-15 18:06:37 +00:00
parent 1ebaa90f48
commit e4dd971fb3
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
;;
%Domain = type { sbyte*, int, int*, int, int, int*, %Domain* }
%domain_array = internal uninitialized global [497 x %Domain]
%domain_array = uninitialized global [497 x %Domain]
implementation; Functions:

View File

@ -201,7 +201,7 @@ end
;
int "checkFoldGEP"(%Domain* %D, long %idx)
begin
%reg841 = getelementptr %Domain* %D, long 0, ubyte 2, long %idx
%reg841 = getelementptr %Domain* %D, long 0, ubyte 1
%reg820 = load int* %reg841
ret int %reg820
end

View File

@ -16,7 +16,7 @@
%struct.hash = type { %HashEntry*, int (uint)*, int }
%struct.hash_entry = type { uint, sbyte*, %HashEntry }
%struct.vert_st = type { int, %Vertex, %Hash }
%HashRange = internal uninitialized global int ; <int*> [#uses=1]
%HashRange = uninitialized global int ; <int*> [#uses=1]
%.LC0 = internal global [13 x sbyte] c"Make phase 2\00" ; <[13 x sbyte]*> [#uses=1]
%.LC1 = internal global [13 x sbyte] c"Make phase 3\00" ; <[13 x sbyte]*> [#uses=1]
%.LC2 = internal global [13 x sbyte] c"Make phase 4\00" ; <[13 x sbyte]*> [#uses=1]