PPC: Fix '[strong] Disallow implicit conversions for comparison'
Fix build break. R=conradw@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com BUG= Review URL: https://codereview.chromium.org/1130603004 Cr-Commit-Position: refs/heads/master@{#28374}
This commit is contained in:
parent
9dc99e9cc8
commit
174242fbbe
@ -594,7 +594,7 @@ void CompareICStub::GenerateGeneric(MacroAssembler* masm) {
|
||||
|
||||
// Handle the case where the objects are identical. Either returns the answer
|
||||
// or goes to slow. Only falls through if the objects were not identical.
|
||||
EmitIdenticalObjectComparison(masm, &slow, cc);
|
||||
EmitIdenticalObjectComparison(masm, &slow, cc, strong());
|
||||
|
||||
// If either is a Smi (we know that not both are), then they can only
|
||||
// be strictly equal if the other is a HeapNumber.
|
||||
|
Loading…
Reference in New Issue
Block a user