http://trac.webkit.org/changeset/146164 broke the ARM traditional build because of missing add32 implementation: /home/webkitbuildbot/slaves/armQt5Release-buildonly/buildslave/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp: In member function 'void JSC::DFG::SpeculativeJIT::compileAdd(JSC::DFG::Node*)': /home/webkitbuildbot/slaves/armQt5Release-buildonly/buildslave/qt5-linux-armv7-release/build/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:3136:88: error: no matching function for call to 'JSC::DFG::JITCompiler::and32(JSC::AbstractMacroAssembler<JSC::ARMAssembler>::Address, JSC::DFG::GPRReg&)'
Please rename the bug. The 'and32' is missing not the 'add32'.
(In reply to comment #1) > Please rename the bug. The 'and32' is missing not the 'add32'. Done.
Created attachment 193765 [details] proposed fix
Comment on attachment 193765 [details] proposed fix r=me
Comment on attachment 193765 [details] proposed fix Clearing flags on attachment: 193765 Committed r146195: <http://trac.webkit.org/changeset/146195>
All reviewed patches have been landed. Closing bug.