diff options
Diffstat (limited to 'polly/test/Simplify/redundant_differentindex.ll')
-rw-r--r-- | polly/test/Simplify/redundant_differentindex.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/polly/test/Simplify/redundant_differentindex.ll b/polly/test/Simplify/redundant_differentindex.ll index d460f85a09d..3a5e07334cb 100644 --- a/polly/test/Simplify/redundant_differentindex.ll +++ b/polly/test/Simplify/redundant_differentindex.ll @@ -1,6 +1,4 @@ ; RUN: opt %loadPolly -polly-simplify -analyze < %s | FileCheck %s -match-full-lines -; RUN: opt %loadPolly -polly-simplify -disable-output -stats < %s 2>&1 | FileCheck %s --check-prefix=STATS -match-full-lines -; REQUIRES: asserts ; ; A store that has a different index than the load it is storing is ; not redundant. @@ -36,5 +34,3 @@ return: ; CHECK: SCoP could not be simplified - -; STATS: 1 polly-simplify - Number of Load-Store pairs NOT removed because of different access relations |