From 11f4c0f550d8054bf1a2076b60625989c63e0b5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Thu, 27 Jul 2017 23:14:50 +0200
Subject: [PATCH] Fixed previous merge.

---
 ModFile.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ModFile.cc b/ModFile.cc
index a602ea9a..489229cb 100644
--- a/ModFile.cc
+++ b/ModFile.cc
@@ -337,6 +337,7 @@ ModFile::transformPass(bool nostrict, bool compute_xrefs)
   // Save the original model (must be done before any model transformations by preprocessor)
   // - except adl and diff which we always want expanded
   dynamic_model.substituteAdlAndDiff();
+  dynamic_model.setLeadsLagsOrig();
   dynamic_model.cloneDynamic(original_model);
 
   if (nostrict)
-- 
GitLab