summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-21 19:55:10 +0000
committerChris Lattner <sabre@nondot.org>2003-05-21 19:55:10 +0000
commit6011733e79f2d69b2e17cfe06c0a914f3e615fcf (patch)
tree5f9ab89c72c55f12a90b9d4aa78b8d3ae36409bf /test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
parent5ce03513704c0404959ba9a8a35fbbd3f6546054 (diff)
downloadllvm-6011733e79f2d69b2e17cfe06c0a914f3e615fcf.tar.gz
llvm-6011733e79f2d69b2e17cfe06c0a914f3e615fcf.tar.bz2
llvm-6011733e79f2d69b2e17cfe06c0a914f3e615fcf.tar.xz
Trim testcase a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll')
-rw-r--r--test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll b/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
index dfe831249b..fdb8c73a3a 100644
--- a/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
+++ b/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
@@ -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