commit | 7d6c5f19f1b4739f185b4654a1402eb0c1c5dc8d | [log] [tgz] |
---|---|---|
author | Junmo Park <junmoz.park@samsung.com> | Thu Jan 28 09:42:39 2016 +0000 |
committer | Junmo Park <junmoz.park@samsung.com> | Thu Jan 28 09:42:39 2016 +0000 |
tree | e1dd66c8e232ed151f2d8e3bc406bd609b65e2c2 | |
parent | 154e57f83207692a55158ef483fce82916bad742 [diff] [blame] |
Minor code cleanups. NFC. llvm-svn: 259033
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp index 34843cd..5d95b96 100644 --- a/llvm/lib/CodeGen/CodeGenPrepare.cpp +++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -5254,7 +5254,7 @@ } } MadeChange |= dupRetToEnableTailCallOpts(&BB); - + return MadeChange; }