Bug 1304672: WasmBaselineCompiler should refer to the renamed Wasm{Load,Store}GlobalVar; r=luke

MozReview-Commit-ID: 79bHGrpDCXw

--HG--
extra : rebase_source : eea014673a34279e4e9130db98b9cccb2a29438a
extra : histedit_source : 12947bbe07c965f2945133ffb8d898d662484909
This commit is contained in:
Benjamin Bouvier 2016-11-02 10:41:05 +01:00
Родитель 72e5f8ec1a
Коммит 9535ac5427
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2987,7 +2987,7 @@ class BaseCompiler
//
// Global variable access.
// CodeGenerator{X86,X64}::visitAsmJSLoadGlobalVar()
// CodeGenerator{X86,X64}::visitWasmLoadGlobal()
void loadGlobalVarI32(unsigned globalDataOffset, RegI32 r)
{
@ -3060,7 +3060,7 @@ class BaseCompiler
#endif
}
// CodeGeneratorX64::visitAsmJSStoreGlobalVar()
// CodeGeneratorX64::visitWasmStoreGlobal()
void storeGlobalVarI32(unsigned globalDataOffset, RegI32 r)
{