From: Bill Wendling Date: Tue, 13 Mar 2012 05:52:28 +0000 (+0000) Subject: Add a return type. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d6fc212c2c9c363ed3166966b1db14710325c5c;p=oota-llvm.git Add a return type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152614 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index e2ae6789304..5111daea25b 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -70,7 +70,7 @@ static const fltSemantics *EVTToAPFloatSemantics(EVT VT) { } } -SelectionDAG::DAGUpdateListener::anchor() {} +void SelectionDAG::DAGUpdateListener::anchor() {} //===----------------------------------------------------------------------===// // ConstantFPSDNode Class