diff options
-rw-r--r-- | lib/Target/PowerPC/PPCSubtarget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCSubtarget.cpp b/lib/Target/PowerPC/PPCSubtarget.cpp index b909b5b39e..2b78f9efb7 100644 --- a/lib/Target/PowerPC/PPCSubtarget.cpp +++ b/lib/Target/PowerPC/PPCSubtarget.cpp @@ -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 |