aboutsummaryrefslogtreecommitdiff
path: root/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll')
-rw-r--r--polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll b/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll
index 428a7cf8..fc4c1fb 100644
--- a/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll
+++ b/polly/test/ScopDetectionDiagnostics/ReportFuncCall-01.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadNPMPolly -pass-remarks-missed="polly-detect" -polly-detect-track-failures '-passes=print<polly-detect>' -disable-output < %s 2>&1 | FileCheck %s
+; RUN: opt %loadNPMPolly -pass-remarks-missed=polly-detect -polly-detect-track-failures '-passes=polly-custom<detect>' -polly-print-detect -disable-output < %s 2>&1 | FileCheck %s
; #define N 1024
; double invalidCall(double A[N]);