mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Force 64-bit register availability in 64-bit mode. For real.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -84,9 +84,9 @@ PPCSubtarget::PPCSubtarget(const Module &M, const std::string &FS, bool is64Bit)
|
||||
std::cerr << "PPC: Generation of 64-bit code for a 32-bit processor "
|
||||
"requested. Ignoring 32-bit processor feature.\n";
|
||||
Has64BitSupport = true;
|
||||
// Silently force 64-bit register use on ppc64.
|
||||
Use64BitRegs = true;
|
||||
}
|
||||
// Silently force 64-bit register use on ppc64.
|
||||
Use64BitRegs = true;
|
||||
}
|
||||
|
||||
// If the user requested use of 64-bit regs, but the cpu selected doesn't
|
||||
|
Reference in New Issue
Block a user