aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/tilegx/tilegx.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/tilegx/tilegx.md')
-rw-r--r--gcc/config/tilegx/tilegx.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/tilegx/tilegx.md b/gcc/config/tilegx/tilegx.md
index 92a6d651e..b5dc9c884 100644
--- a/gcc/config/tilegx/tilegx.md
+++ b/gcc/config/tilegx/tilegx.md
@@ -2316,7 +2316,8 @@
(use (match_operand 1 "" "")) ;; iterations; zero if unknown
(use (match_operand 2 "" "")) ;; max iterations
(use (match_operand 3 "" "")) ;; loop level
- (use (match_operand 4 "" ""))] ;; label
+ (use (match_operand 4 "" "")) ;; label
+ (use (match_operand 5 "" ""))] ;; flag: 1 if loop entered at top, else 0
""
{
if (optimize > 0 && flag_modulo_sched)