1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-03-16 00:34:12 +00:00
luau/CodeGen/include/Luau/OptimizeFinalX64.h

15 lines
293 B
C
Raw Normal View History

2023-02-10 10:50:54 -08:00
// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
#pragma once
#include "Luau/IrData.h"
namespace Luau
{
namespace CodeGen
{
void optimizeMemoryOperandsX64(IrFunction& function);
} // namespace CodeGen
} // namespace Luau