aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorWill Schmidt <will_schmidt@vnet.ibm.com>2012-10-04 16:20:24 +0000
committerWill Schmidt <will_schmidt@vnet.ibm.com>2012-10-04 16:20:24 +0000
commite37091931cc409d3189a69eb581871c6e743832d (patch)
tree93826f38f2dd23921a1787b0a2d41085673bd20d /lib/Target
parent1e21db6e831923bb35d2c5e22b50ad198de49a61 (diff)
downloadexternal_llvm-e37091931cc409d3189a69eb581871c6e743832d.tar.gz
external_llvm-e37091931cc409d3189a69eb581871c6e743832d.tar.bz2
external_llvm-e37091931cc409d3189a69eb581871c6e743832d.zip
test commit / whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/PowerPC/PPCSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCSubtarget.cpp b/lib/Target/PowerPC/PPCSubtarget.cpp
index bb193ac3d9..14b8534d1c 100644
--- a/lib/Target/PowerPC/PPCSubtarget.cpp
+++ b/lib/Target/PowerPC/PPCSubtarget.cpp
@@ -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())