[FIX] Remove XFAIL again
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Wed, 11 Feb 2015 19:28:39 +0000 (19:28 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Wed, 11 Feb 2015 19:28:39 +0000 (19:28 +0000)
llvm-svn: 228868

polly/test/ScopInfo/scalar_dependence_cond_br.ll

index a89b105..07c5ff9 100644 (file)
@@ -1,5 +1,4 @@
 ; RUN: opt %loadPolly -polly-scops -disable-polly-intra-scop-scalar-to-array -polly-model-phi-nodes -analyze < %s | FileCheck %s
-; XFAIL: *
 ;
 ;    void f(int *A, int c, int d) {
 ;      for (int i = 0; i < 1024; i++)