mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
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:
parent
5ce0351370
commit
6011733e79
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user