diff options
| author | Dan Gohman <gohman@apple.com> | 2010-10-18 18:04:47 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-10-18 18:04:47 +0000 |
| commit | 02538ac4d3a5e3bfc4fc530505e7f6bff144c13d (patch) | |
| tree | ccaf74be9544a62b5d25afa41d2ce5ba3d9fa18c /llvm/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll | |
| parent | 257374bb0fa22382782fc2525ef1439a7c41b3d1 (diff) | |
| download | bcm5719-llvm-02538ac4d3a5e3bfc4fc530505e7f6bff144c13d.tar.gz bcm5719-llvm-02538ac4d3a5e3bfc4fc530505e7f6bff144c13d.zip | |
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
does normal initialization and normal chaining. Change the default
AliasAnalysis implementation to NoAlias.
Update StandardCompileOpts.h and friends to explicitly request
BasicAliasAnalysis.
Update tests to explicitly request -basicaa.
llvm-svn: 116720
Diffstat (limited to 'llvm/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll')
| -rw-r--r-- | llvm/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll b/llvm/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll index d439dfc530b..8ca34698559 100644 --- a/llvm/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll +++ b/llvm/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -licm -disable-output +; RUN: opt < %s -basicaa -licm -disable-output %struct..apr_array_header_t = type { i32*, i32, i32, i32, i8* } %struct..apr_table_t = type { %struct..apr_array_header_t, i32, [32 x i32], [32 x i32] } |

