test commit / whitespace

llvm-svn: 165233
This commit is contained in:
Will Schmidt 2012-10-04 16:20:24 +00:00
parent d12e82e523
commit 2247f8afbd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU,
// 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
// support it, ignore.
if (use64BitRegs() && !has64BitSupport())