summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorTilka <tilkax@gmail.com>2024-05-18 14:07:29 +0100
committerGitHub <noreply@github.com>2024-05-18 14:07:29 +0100
commit131ca83addd6620b49b8dcd6040e9d7bfa4f099c (patch)
tree5cb49d55efd9e32d9aba08c8af4ffc7c302ee99d /Source/Core
parentfd3867ac5bd75a9e782f7d60ed4efd6b5a469cb6 (diff)
parent892bba9768473cb829864c9cf2d3ace612df86b8 (diff)
Merge pull request #12785 from JosJuice/jit64-r12-comment
Jit64: Remove outdated comment about R12
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp b/Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp
index e2904516ad..ca30e15784 100644
--- a/Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp
+++ b/Source/Core/Core/PowerPC/Jit64/RegCache/GPRRegCache.cpp
@@ -33,8 +33,6 @@ OpArg GPRRegCache::GetDefaultLocation(preg_t preg) const
std::span<const X64Reg> GPRRegCache::GetAllocationOrder() const
{
static constexpr X64Reg allocation_order[] = {
-// R12, when used as base register, for example in a LEA, can generate bad code! Need to look into
-// this.
#ifdef _WIN32
RSI, RDI, R13, R14, R15, R8,
R9, R10, R11, R12, RCX