diff options
Diffstat (limited to 'polly/test/CodeGen/RuntimeDebugBuilder/stmt_tracing.ll')
| -rw-r--r-- | polly/test/CodeGen/RuntimeDebugBuilder/stmt_tracing.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/CodeGen/RuntimeDebugBuilder/stmt_tracing.ll b/polly/test/CodeGen/RuntimeDebugBuilder/stmt_tracing.ll index 4ffb7fd..736c136 100644 --- a/polly/test/CodeGen/RuntimeDebugBuilder/stmt_tracing.ll +++ b/polly/test/CodeGen/RuntimeDebugBuilder/stmt_tracing.ll @@ -1,4 +1,4 @@ -; RUN: opt %loadNPMPolly -polly-codegen-trace-stmts -polly-codegen-trace-scalars -passes=polly-codegen -S < %s | FileCheck %s +; RUN: opt %loadNPMPolly -polly-codegen-trace-stmts -polly-codegen-trace-scalars '-passes=polly<no-default-opts>' -S < %s | FileCheck %s ; define void @func(i32 %n, ptr %A) { |
