diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-07-29 09:58:43 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-07-29 09:58:43 +0000 |
| commit | 670a5d88a3cfca6c2f569e9edd5a931803f15eff (patch) | |
| tree | dbfbc60e5843f91d4d25f7b6617998f3caa70043 /llvm/test/Analysis/RegionInfo/two_loops_same_header.ll | |
| parent | 198357bbb9d791095469e246f00706c7a3c19333 (diff) | |
| download | bcm5719-llvm-670a5d88a3cfca6c2f569e9edd5a931803f15eff.tar.gz bcm5719-llvm-670a5d88a3cfca6c2f569e9edd5a931803f15eff.zip | |
[tests] Do not emity binary bitcode to stdout in RegionInfo tests
llvm-svn: 309485
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/two_loops_same_header.ll')
| -rw-r--r-- | llvm/test/Analysis/RegionInfo/two_loops_same_header.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll b/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll index 2d5fa080c3b..d230d76440f 100644 --- a/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll +++ b/llvm/test/Analysis/RegionInfo/two_loops_same_header.ll @@ -1,6 +1,6 @@ ; REQUIRES: asserts ; RUN: opt -regions -analyze < %s | FileCheck %s -; RUN: opt -regions -stats < %s 2>&1 | FileCheck -check-prefix=STAT %s +; RUN: opt -regions -stats -disable-output < %s 2>&1 | FileCheck -check-prefix=STAT %s ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s |

