PPC: Fix '[strong] Disallow implicit conversions for comparison'
authormbrandy <mbrandy@us.ibm.com>
Tue, 12 May 2015 16:43:24 +0000 (09:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 12 May 2015 16:43:19 +0000 (16:43 +0000)
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}

src/ppc/code-stubs-ppc.cc

index 088c5ee..e4b3119 100644 (file)
@@ -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.