Revert "Currently broken by recent LLVM upstream changes"
authorTobias Grosser <tobias@grosser.es>
Thu, 2 Mar 2017 21:43:50 +0000 (21:43 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 2 Mar 2017 21:43:50 +0000 (21:43 +0000)
This reverts commit r296579, which is not needed anymore as the relevant changes
in trunk have been reverted.

llvm-svn: 296817

polly/test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll

index cff6a2f..979c339 100644 (file)
@@ -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++)