mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-24 08:18:33 +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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user