summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/ranged_parameter.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/ranged_parameter.ll')
-rw-r--r--polly/test/ScopInfo/ranged_parameter.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/ranged_parameter.ll b/polly/test/ScopInfo/ranged_parameter.ll
index 9dc3348f557..b59972c5090 100644
--- a/polly/test/ScopInfo/ranged_parameter.ll
+++ b/polly/test/ScopInfo/ranged_parameter.ll
@@ -4,7 +4,7 @@
; range metadata (see bottom of the file) are present:
;
; CHECK: Context:
-; CHECK: [p_0] -> { : 0 <= p_0 <= 255 }
+; CHECK: [tmp] -> { : 0 <= tmp <= 255 }
;
; void jd(int *A, int *p /* in [0,256) */) {
; for (int i = 0; i < 1024; i++)
OpenPOWER on IntegriCloud