mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
No need to print out bytecode :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eaaf8ad3cc
commit
4bf00c10d5
@ -1,4 +1,4 @@
|
||||
; RUN: as < %s | opt -basicaa -aa-eval
|
||||
; RUN: 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: as < %s | opt -basicaa -aa-eval
|
||||
; RUN: 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
|
||||
|
Loading…
Reference in New Issue
Block a user