commit | d2826ae8c01b25967a1d9ef0c6486720c45f7bc7 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Jan 08 22:19:34 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Jan 08 22:19:34 2009 +0000 |
tree | 86d0b31378fc9918a9301c6a9bfe409f900563d4 | |
parent | 2442e42a874c9efbab271488dc7d2bdd94241fb9 [diff] [blame] |
Delete unnecessary parens around return values. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61950 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/BranchFolding.cpp b/lib/CodeGen/BranchFolding.cpp index 4bf9434..85df7a9 100644 --- a/lib/CodeGen/BranchFolding.cpp +++ b/lib/CodeGen/BranchFolding.cpp
@@ -463,7 +463,7 @@ #ifndef _GLIBCXX_DEBUG assert(0 && "Predecessor appears twice"); #endif - return(false); + return false; } }