X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FAnalysis%2FBasicAA%2F2003-05-21-GEP-Problem.ll;h=146fc54f4d27ff6a740f5ddad37c10ae53d1bdac;hp=2e95261b5dbc8cd3efa335a4f02d9467758626a4;hb=69ccadd7535a83b348595cf603126e6a68b2883b;hpb=a50d5962edbf9606a9a7636d845be9f980c28b87 diff --git a/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll b/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll index 2e95261b5db..146fc54f4d2 100644 --- a/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll +++ b/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -licm -disable-output +; RUN: llvm-upgrade < %s | llvm-as | opt -licm -disable-output %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] }