Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Touzeau
lruzdd
Commits
97aee0b2
Commit
97aee0b2
authored
Oct 17, 2019
by
otawa
Browse files
Last minute fix
parent
be178392
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MustAnalysis/MustAnalysis.cpp
View file @
97aee0b2
...
...
@@ -224,7 +224,7 @@ private:
Bag
<
icache
::
Access
>&
bAccs
=
icache
::
ACCESSES
(
b
).
ref
();
MustAdapter
::
t
save
=
classifyAccesses
(
b
,
focus
,
man
,
bAccs
);
for
(
Block
::
EdgeIter
e
=
b
->
outs
();
*
e
;
e
++
)
{
for
(
Block
::
EdgeIter
e
=
b
->
outs
();
e
()
;
e
++
)
{
Bag
<
icache
::
Access
>&
eAccs
=
icache
::
ACCESSES
(
*
e
).
ref
();
man
.
restart
(
save
);
classifyAccesses
(
b
,
focus
,
man
,
eAccs
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment