summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-05-30 18:47:55 +0000
committerChad Rosier <mcrosier@apple.com>2012-05-30 18:47:55 +0000
commit06a23ea8083657270e86a178abf050246caac0b5 (patch)
tree04a119996becf2e8373de797ce070df33ead7ea3 /lib/CodeGen/PrologEpilogInserter.cpp
parent4f56a30e0d604a3081c1e696467e57784267bc20 (diff)
downloadllvm-06a23ea8083657270e86a178abf050246caac0b5.tar.gz
llvm-06a23ea8083657270e86a178abf050246caac0b5.tar.bz2
llvm-06a23ea8083657270e86a178abf050246caac0b5.tar.xz
Remove extra space.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r--lib/CodeGen/PrologEpilogInserter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp
index 458915ea5d..c791ffb28c 100644
--- a/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/lib/CodeGen/PrologEpilogInserter.cpp
@@ -302,7 +302,7 @@ void PEI::insertCSRSpillsAndRestores(MachineFunction &Fn) {
const TargetRegisterInfo *TRI = Fn.getTarget().getRegisterInfo();
MachineBasicBlock::iterator I;
- if (! ShrinkWrapThisFunction) {
+ if (!ShrinkWrapThisFunction) {
// Spill using target interface.
I = EntryBlock->begin();
if (!TFI->spillCalleeSavedRegisters(*EntryBlock, I, CSI, TRI)) {