mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
205b641954
input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
12 lines
378 B
LLVM
12 lines
378 B
LLVM
; RUN: opt < %s -basicaa -aa-eval -disable-output 2>/dev/null
|
|
|
|
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
|
|
}
|