Commit 787f1596 authored by sampsong's avatar sampsong Committed by Commit bot

S390: Change LoadP to LoadB for TestIfSmi

R=jyan@ca.ibm.com, joransiu@ca.ibm.com,

BUG=

Review-Url: https://codereview.chromium.org/2588163002
Cr-Commit-Position: refs/heads/master@{#41829}
parent 0625a686
......@@ -1539,7 +1539,7 @@ class MacroAssembler : public Assembler {
} else if (is_int20(value.offset())) {
tmy(value, Operand(1));
} else {
LoadP(r0, value);
LoadB(r0, value);
tmll(r0, Operand(1));
}
}
......
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