mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-12 13:03:14 +00:00
Fail even if opt doesn't print anything.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31844 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1faa5491d2
commit
64fc3411b0
@ -1,3 +1,6 @@
|
|||||||
|
; A very rudimentary test on AliasAnalysis::getModRefInfo.
|
||||||
|
; RUN: llvm-as < %s | opt -print-all-alias-modref-info -aa-eval -disable-output
|
||||||
|
&&
|
||||||
; RUN: llvm-as < %s | opt -print-all-alias-modref-info -aa-eval -disable-output 2>&1 | not grep NoModRef
|
; RUN: llvm-as < %s | opt -print-all-alias-modref-info -aa-eval -disable-output 2>&1 | not grep NoModRef
|
||||||
|
|
||||||
int %callee() {
|
int %callee() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user