From 1fbaa0a1ef53dc75db43000588590baac4fa7d5d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 15 Jan 2003 18:06:37 +0000 Subject: [PATCH] Cleanup testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5292 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Generic/badFoldGEP.ll | 2 +- test/CodeGen/Generic/select.ll | 2 +- test/CodeGen/Generic/spillccr.ll | 2 +- test/LLC/badFoldGEP.ll | 2 +- test/LLC/select.ll | 2 +- test/LLC/spillccr.ll | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/CodeGen/Generic/badFoldGEP.ll b/test/CodeGen/Generic/badFoldGEP.ll index 8d8a2871a74..0e581bc8645 100644 --- a/test/CodeGen/Generic/badFoldGEP.ll +++ b/test/CodeGen/Generic/badFoldGEP.ll @@ -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: diff --git a/test/CodeGen/Generic/select.ll b/test/CodeGen/Generic/select.ll index db713554697..c3f53b5523a 100644 --- a/test/CodeGen/Generic/select.ll +++ b/test/CodeGen/Generic/select.ll @@ -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 diff --git a/test/CodeGen/Generic/spillccr.ll b/test/CodeGen/Generic/spillccr.ll index d80f53eb85b..df9c7a0e91a 100644 --- a/test/CodeGen/Generic/spillccr.ll +++ b/test/CodeGen/Generic/spillccr.ll @@ -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 ; [#uses=1] +%HashRange = uninitialized global 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] diff --git a/test/LLC/badFoldGEP.ll b/test/LLC/badFoldGEP.ll index 8d8a2871a74..0e581bc8645 100644 --- a/test/LLC/badFoldGEP.ll +++ b/test/LLC/badFoldGEP.ll @@ -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: diff --git a/test/LLC/select.ll b/test/LLC/select.ll index db713554697..c3f53b5523a 100644 --- a/test/LLC/select.ll +++ b/test/LLC/select.ll @@ -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 diff --git a/test/LLC/spillccr.ll b/test/LLC/spillccr.ll index d80f53eb85b..df9c7a0e91a 100644 --- a/test/LLC/spillccr.ll +++ b/test/LLC/spillccr.ll @@ -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 ; [#uses=1] +%HashRange = uninitialized global 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] -- 2.34.1