Commit e1c2e838 authored by chunyang.dai's avatar chunyang.dai Committed by Commit bot

X87: silence C++ compiler warnings.

To solence C++ compiler warnings because is_mutable_ is only for CHECK.

BUG=

Review URL: https://codereview.chromium.org/922673002

Cr-Commit-Position: refs/heads/master@{#26618}
parent 58deea0a
......@@ -408,6 +408,7 @@ class LCodeGen: public LCodeGenBase {
int st(X87Register reg) { return st2idx(ArrayIndex(reg)); }
void pop() {
DCHECK(is_mutable_);
USE(is_mutable_);
stack_depth_--;
}
void push(X87Register reg) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment