diff options
author | Tobias Grosser <tobias@grosser.es> | 2017-03-02 21:43:50 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2017-03-02 21:43:50 +0000 |
commit | 7a93d94a8fdad3139020219c7cd93a20f217054c (patch) | |
tree | 8431090055b8085791912ef0565477b07c787905 | |
parent | 4d55b8752a51387386747c7125d11d3b59b2fb28 (diff) | |
download | bcm5719-llvm-7a93d94a8fdad3139020219c7cd93a20f217054c.tar.gz bcm5719-llvm-7a93d94a8fdad3139020219c7cd93a20f217054c.zip |
Revert "Currently broken by recent LLVM upstream changes"
This reverts commit r296579, which is not needed anymore as the relevant changes
in trunk have been reverted.
llvm-svn: 296817
-rw-r--r-- | polly/test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll b/polly/test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll index cff6a2f1393..979c339658f 100644 --- a/polly/test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll +++ b/polly/test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll @@ -1,8 +1,6 @@ ; RUN: opt %loadPolly -pass-remarks-missed="polly-detect" -polly-allow-nonaffine-loops -analyze -polly-detect < %s 2>&1 | FileCheck %s ; RUN: opt %loadPolly -pass-remarks-missed="polly-detect" -polly-allow-nonaffine-loops=false -analyze -polly-detect < %s 2>&1 | FileCheck %s -; XFAIL: * - ; void func (int param0, int N, int *A) ; { ; for (int i = 0; i < N; i++) |