summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-12 18:15:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-12 18:15:24 (GMT)
commitbdda063b67d8c1d402f6dc17726fed0c800d3d1c (patch)
treea1e8458bb03b6617b3190fe880773b6605185bde /ChangeLog
parenta331ff258895865049bf79bc1629dbc744b7faf5 (diff)
Fixed the computation of dominators for the loops detection.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e54d49f..6562f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-17-07-08 Cyrille Bagard <nocbos@gmail.com>
+17-07-12 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/dragon.c:
+ Fix the computation of dominators for the loops detection.
+
+17-07-12 Cyrille Bagard <nocbos@gmail.com>
* configure.ac:
* plugins/fmtp/parser.c: