Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
33a88450
Commit
33a88450
authored
May 26, 2017
by
qinsoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a bug introduced by refactoring start/finish block
parent
21930142
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/compiler/backend/arch/x86_64/inst_sel.rs
src/compiler/backend/arch/x86_64/inst_sel.rs
+2
-3
No files found.
src/compiler/backend/arch/x86_64/inst_sel.rs
View file @
33a88450
...
...
@@ -423,11 +423,10 @@ impl <'a> InstructionSelection {
self
.start_block
(
blk_true
.clone
());
// mov true value -> result
self
.emit_move_node_to_value
(
&
tmp_res
,
&
true_val
,
f_content
,
f_context
,
vm
);
self
.backend
.end_block
(
blk_true
.clone
());
self
.finish_block
();
// blk_end:
self
.
finish_block
(
);
self
.
start_block
(
blk_end
.clone
()
);
}
}
}
else
if
self
.match_fpreg
(
true_val
)
{
...
...
Write
Preview
Markdown
is supported
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