From: Duncan Sands Date: Tue, 29 Jun 2010 14:49:35 +0000 (+0000) Subject: It seems clear that this should return Changed. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=80b9b8953753e0ca518671ef572d215d9365d091 It seems clear that this should return Changed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107141 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/DwarfEHPrepare.cpp b/lib/CodeGen/DwarfEHPrepare.cpp index 3cb5265bc42..7bbeb77af72 100644 --- a/lib/CodeGen/DwarfEHPrepare.cpp +++ b/lib/CodeGen/DwarfEHPrepare.cpp @@ -153,7 +153,7 @@ namespace { Changed = true; } - return false; + return Changed; } public: