Cleanup testcase
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 18:06:37 +0000 (18:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 18:06:37 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5292 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Generic/badFoldGEP.ll
test/CodeGen/Generic/select.ll
test/CodeGen/Generic/spillccr.ll
test/LLC/badFoldGEP.ll
test/LLC/select.ll
test/LLC/spillccr.ll

index 8d8a2871a74031dd09b9b4adbb5fcdd4c651969f..0e581bc8645c803964d6f590e17cfb13e99dd72c 100644 (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:
 
index db713554697238e73e3971ddd54aa4ee606c75df..c3f53b5523a38e9bbede2529bb2c3dd554d289e0 100644 (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
index d80f53eb85ba893f2db64685d2c92d5d1d52e46a..df9c7a0e91ac7ebfa21514012d7dcbb4c891b29a 100644 (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]
index 8d8a2871a74031dd09b9b4adbb5fcdd4c651969f..0e581bc8645c803964d6f590e17cfb13e99dd72c 100644 (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:
 
index db713554697238e73e3971ddd54aa4ee606c75df..c3f53b5523a38e9bbede2529bb2c3dd554d289e0 100644 (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
index d80f53eb85ba893f2db64685d2c92d5d1d52e46a..df9c7a0e91ac7ebfa21514012d7dcbb4c891b29a 100644 (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]