Force 64-bit register availability in 64-bit mode. For real.

llvm-svn: 28837
This commit is contained in:
Chris Lattner 2006-06-16 20:05:06 +00:00
parent c9ede19a8e
commit 61d703183e
1 changed files with 2 additions and 2 deletions

View File

@ -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