diff options
Diffstat (limited to 'polly/test/Cloog/CodeGen/loop_with_condition_nested.ll')
-rw-r--r-- | polly/test/Cloog/CodeGen/loop_with_condition_nested.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/test/Cloog/CodeGen/loop_with_condition_nested.ll b/polly/test/Cloog/CodeGen/loop_with_condition_nested.ll index 98640a92c90..e47a859fa85 100644 --- a/polly/test/Cloog/CodeGen/loop_with_condition_nested.ll +++ b/polly/test/Cloog/CodeGen/loop_with_condition_nested.ll @@ -1,5 +1,4 @@ ; RUN: opt %loadPolly -basicaa -polly-cloog -analyze < %s | FileCheck %s -; RUN: opt %loadPolly -basicaa -polly-codegen -polly-codegen-scev=false -loops -analyze < %s | FileCheck %s -check-prefix=LOOPS ;#include <string.h> ;#define N 1024 |