Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
74492016
Commit
74492016
authored
2 years ago
by
Patrick Baudin
Browse files
Options
Downloads
Patches
Plain Diff
[Pdg] removes circularity due to postdominators
parent
94e8591f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/postdominators/dune
+1
-2
1 addition, 2 deletions
src/plugins/postdominators/dune
src/plugins/postdominators/print.ml
+1
-2
1 addition, 2 deletions
src/plugins/postdominators/print.ml
with
2 additions
and
4 deletions
src/plugins/postdominators/dune
+
1
−
2
View file @
74492016
...
...
@@ -25,7 +25,6 @@
(deps (universe))
(action (progn
(echo "Postdominators:" %{lib-available:frama-c-postdominators.core} "\n")
(echo " - Pdg-Types:" %{lib-available:frama-c-pdg.types.core} "\n")
(echo " - Eva:" %{lib-available:frama-c-eva.core} "\n")
)
)
...
...
@@ -36,7 +35,7 @@
(optional)
(public_name frama-c-postdominators.core)
(flags -open Frama_c_kernel :standard -w -9)
(libraries frama-c.kernel
frama-c-pdg.types.core
frama-c-eva.core)
(libraries frama-c.kernel frama-c-eva.core)
)
(plugin (optional) (name postdominators) (libraries frama-c-postdominators.core) (site (frama-c plugins)))
This diff is collapsed.
Click to expand it.
src/plugins/postdominators/print.ml
+
1
−
2
View file @
74492016
...
...
@@ -23,8 +23,7 @@
open
Cil_types
open
Cil_datatype
let
pretty_stmt
fmt
s
=
let
open
Pdg_types
in
let
key
=
PdgIndex
.
Key
.
stmt_key
s
in
PdgIndex
.
Key
.
pretty
fmt
key
let
pretty_stmt
fmt
s
=
Cil_printer
.
pp_stmt
fmt
s
module
Printer
=
struct
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment