[tbb-commits] [tor-browser/esr24] Bug 983709 - Simple branch patch for uplift. r=hv1989, a=lmandel
mikeperry at torproject.org
mikeperry at torproject.org
Fri Aug 29 05:26:41 UTC 2014
commit daf403c994ad846e5aebccf874c5df32e1de5c17
Author: Jan de Mooij <jdemooij at mozilla.com>
Date: Fri Apr 4 09:03:06 2014 -0400
Bug 983709 - Simple branch patch for uplift. r=hv1989, a=lmandel
---
js/src/jit/MIR.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/js/src/jit/MIR.h b/js/src/jit/MIR.h
index e9bc029..96ba2d4 100644
--- a/js/src/jit/MIR.h
+++ b/js/src/jit/MIR.h
@@ -2156,6 +2156,9 @@ class MCreateThisWithProto
AliasSet getAliasSet() const {
return AliasSet::None();
}
+ bool congruentTo(MDefinition *ins) const {
+ return false;
+ }
TypePolicy *typePolicy() {
return this;
}
More information about the tbb-commits
mailing list