diff options
| author | Tanya Lattner <tonic@nondot.org> | 2008-02-14 06:56:27 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2008-02-14 06:56:27 +0000 |
| commit | f865dcd0092df9fdba44e8d1a996f1e1344760e5 (patch) | |
| tree | f1c1e5741e4122faab02c26716711ae33be26665 /llvm/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll | |
| parent | eb63b0920667ad7fe87a6606dc73f58ecbebe027 (diff) | |
| download | bcm5719-llvm-f865dcd0092df9fdba44e8d1a996f1e1344760e5.tar.gz bcm5719-llvm-f865dcd0092df9fdba44e8d1a996f1e1344760e5.zip | |
Remove llvm-upgrade.
llvm-svn: 47110
Diffstat (limited to 'llvm/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll')
| -rw-r--r-- | llvm/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/llvm/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll b/llvm/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll index 772bca906e8..1dd19b6e63a 100644 --- a/llvm/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll +++ b/llvm/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll @@ -1,11 +1,11 @@ -; RUN: llvm-upgrade < %s | llvm-as | opt -basicaa -aa-eval -disable-output +; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output -int %MTConcat([3 x int]* %a.1) { - %tmp.961 = getelementptr [3 x int]* %a.1, long 0, long 4 - %tmp.97 = load int* %tmp.961 - %tmp.119 = getelementptr [3 x int]* %a.1, long 1, long 0 - %tmp.120 = load int* %tmp.119 - %tmp.1541 = getelementptr [3 x int]* %a.1, long 0, long 4 - %tmp.155 = load int* %tmp.1541 - ret int 0 +define i32 @MTConcat([3 x i32]* %a.1) { + %tmp.961 = getelementptr [3 x i32]* %a.1, i64 0, i64 4 + %tmp.97 = load i32* %tmp.961 + %tmp.119 = getelementptr [3 x i32]* %a.1, i64 1, i64 0 + %tmp.120 = load i32* %tmp.119 + %tmp.1541 = getelementptr [3 x i32]* %a.1, i64 0, i64 4 + %tmp.155 = load i32* %tmp.1541 + ret i32 0 } |

