aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/PrintBTL.ml
diff options
context:
space:
mode:
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");