[FIX] Fix test case that was affected by the early exit patch

llvm-svn: 228865
This commit is contained in:
Johannes Doerfert 2015-02-11 19:11:57 +00:00
parent ece036e5a8
commit d594aeb248
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
; RUN: opt %loadPolly -polly-ast -analyze < %s | FileCheck %s
; RUN: opt %loadPolly -polly-codegen-isl -S < %s | FileCheck %s -check-prefix=CODEGEN
; XFAIL: *
; RUN: opt %loadPolly -polly-no-early-exit -polly-ast -analyze < %s | FileCheck %s
; RUN: opt %loadPolly -polly-no-early-exit -polly-codegen-isl -S < %s | FileCheck %s -check-prefix=CODEGEN
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
define void @foo(i8* %start, i8* %end) {