Trim testcase a bit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6269 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-05-21 19:55:10 +00:00
parent 5ce0351370
commit 6011733e79
2 changed files with 2 additions and 12 deletions

View File

@ -1,12 +1,7 @@
; RUN: as < %s | opt -licm -disable-output
target endian = big
target pointersize = 64
%struct..apr_array_header_t = type { %struct..apr_pool_t*, int, int, int, sbyte* }
%struct..apr_pool_t = type opaque
%struct..apr_array_header_t = type { int*, int, int, int, sbyte* }
%struct..apr_table_t = type { %struct..apr_array_header_t, uint, [32 x int], [32 x int] }
implementation ; Functions:
void %table_reindex(%struct..apr_table_t* %t.1) { ; No predecessors!
br label %loopentry

View File

@ -1,12 +1,7 @@
; RUN: as < %s | opt -licm -disable-output
target endian = big
target pointersize = 64
%struct..apr_array_header_t = type { %struct..apr_pool_t*, int, int, int, sbyte* }
%struct..apr_pool_t = type opaque
%struct..apr_array_header_t = type { int*, int, int, int, sbyte* }
%struct..apr_table_t = type { %struct..apr_array_header_t, uint, [32 x int], [32 x int] }
implementation ; Functions:
void %table_reindex(%struct..apr_table_t* %t.1) { ; No predecessors!
br label %loopentry