Skip to content
New issue

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

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

Already on GitHub? Sign in 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!

@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Jan 12, 2016

📌 Commit 20618d0 has been approved by nikomatsakis

@Manishearth
Copy link
Member

@bors
Copy link
Contributor

bors commented Jan 14, 2016

⌛ Testing commit 20618d0 with merge dce34e7...

@bors
Copy link
Contributor

bors commented Jan 14, 2016

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Contributor

bors commented Jan 14, 2016

⌛ Testing commit 20618d0 with merge e5bab5d...

@bors
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants