Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[MIR] Avoid some code generation for stores of ZST #30848

Merged
merged 1 commit into from
Jan 14, 2016

Conversation

nagisa
Copy link
Member

@nagisa nagisa commented Jan 12, 2016

@nagisa
Copy link
Member Author

nagisa commented Jan 12, 2016

Updated.

@@ -160,7 +160,6 @@ impl<'bcx, 'tcx> MirContext<'bcx, 'tcx> {
// stack.

let o = self.trans_operand(bcx, operand);
self.store_operand(bcx, lldest, o);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops!

@nagisa nagisa force-pushed the mir-no-store-zsts branch from 2265f32 to 20618d0 Compare January 12, 2016 19:35
@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 12, 2016

📌 Commit 20618d0 has been approved by nikomatsakis

@Manishearth
Copy link
Member

@bors
Copy link
Collaborator

bors commented Jan 14, 2016

⌛ Testing commit 20618d0 with merge dce34e7...

@bors
Copy link
Collaborator

bors commented Jan 14, 2016

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Collaborator

bors commented Jan 14, 2016

⌛ Testing commit 20618d0 with merge e5bab5d...

@bors
Copy link
Collaborator

bors commented Jan 14, 2016

💔 Test failed - auto-linux-64-nopt-t

@nagisa
Copy link
Member Author

nagisa commented Jan 14, 2016

@bors retry

@bors bors merged commit 20618d0 into rust-lang:master Jan 14, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants