summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJunmo Park <junmoz.park@samsung.com>2016-01-28 09:42:39 +0000
committerJunmo Park <junmoz.park@samsung.com>2016-01-28 09:42:39 +0000
commit7d6c5f19f1b4739f185b4654a1402eb0c1c5dc8d (patch)
treee1dd66c8e232ed151f2d8e3bc406bd609b65e2c2 /llvm/lib
parent154e57f83207692a55158ef483fce82916bad742 (diff)
downloadbcm5719-llvm-7d6c5f19f1b4739f185b4654a1402eb0c1c5dc8d.tar.gz
bcm5719-llvm-7d6c5f19f1b4739f185b4654a1402eb0c1c5dc8d.zip
Minor code cleanups. NFC.
llvm-svn: 259033
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/CodeGenPrepare.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp
index 34843cd8e22..5d95b965856 100644
--- a/llvm/lib/CodeGen/CodeGenPrepare.cpp
+++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -5254,7 +5254,7 @@ bool CodeGenPrepare::optimizeBlock(BasicBlock &BB, bool& ModifiedDT) {
}
}
MadeChange |= dupRetToEnableTailCallOpts(&BB);
-
+
return MadeChange;
}
OpenPOWER on IntegriCloud