Bug 1188650 - Part 1/2 - Rename LIR-Common.h to shared/LIR-shared.h. r=nbp

This commit is contained in:
Sean Stangl 2015-07-28 15:25:07 -07:00
parent a9dc552f7d
commit e465ac7a5f
2 changed files with 4 additions and 4 deletions

View File

@ -1815,7 +1815,7 @@ LAllocation::toRegister() const
} // namespace jit
} // namespace js
#include "jit/LIR-Common.h"
#include "jit/shared/LIR-shared.h"
#if defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64)
# if defined(JS_CODEGEN_X86)
# include "jit/x86/LIR-x86.h"

View File

@ -4,8 +4,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef jit_LIR_Common_h
#define jit_LIR_Common_h
#ifndef jit_shared_LIR_shared_h
#define jit_shared_LIR_shared_h
#include "jsutil.h"
@ -7121,4 +7121,4 @@ class LArrowNewTarget : public LInstructionHelper<BOX_PIECES, 1, 0>
} // namespace jit
} // namespace js
#endif /* jit_LIR_Common_h */
#endif /* jit_shared_LIR_shared_h */