Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Analysis / BasicAA / 2003-05-21-GEP-Problem.ll
index 2e95261b5dbc8cd3efa335a4f02d9467758626a4..146fc54f4d27ff6a740f5ddad37c10ae53d1bdac 100644 (file)
@@ -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] }
 
        %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] }