aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/PrintBTL.ml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-09-30 15:35:21 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-09-30 15:35:21 +0200
commit5673d04d22334c2493efe5a2ff8108768e089be2 (patch)
tree00fc7f0de1f0e62b5857635135053ff029986e95 /scheduling/PrintBTL.ml
parent1b87b2abead3751eb0564ac36030501a9cec748c (diff)
downloadcompcert-kvx-5673d04d22334c2493efe5a2ff8108768e089be2.tar.gz
compcert-kvx-5673d04d22334c2493efe5a2ff8108768e089be2.zip
fix issue #247 by using a BTL's ghostfield
Diffstat (limited to 'scheduling/PrintBTL.ml')
-rw-r--r--scheduling/PrintBTL.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduling/PrintBTL.ml b/scheduling/PrintBTL.ml
index 89254301..64e83651 100644
--- a/scheduling/PrintBTL.ml
+++ b/scheduling/PrintBTL.ml
@@ -66,7 +66,7 @@ let rec print_iblock pp is_rec pref ib =
fprintf pp "%d: Bcond: (%a) (prediction: %s)\n" iinfo.inumb
(PrintOp.print_condition reg)
(cond, args)
- (match iinfo.pcond with
+ (match iinfo.opt_info with
| None -> "none"
| Some true -> "branch"
| Some false -> "fallthrough");