summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-03-13 05:52:28 +0000
committerBill Wendling <isanbard@gmail.com>2012-03-13 05:52:28 +0000
commit7d6fc212c2c9c363ed3166966b1db14710325c5c (patch)
treec977c1205dd08e60dd2c2c2dbd71fb76bda18662
parentbf565702dcffb57a96612b529b68b4375244084f (diff)
downloadllvm-7d6fc212c2c9c363ed3166966b1db14710325c5c.tar.gz
llvm-7d6fc212c2c9c363ed3166966b1db14710325c5c.tar.bz2
llvm-7d6fc212c2c9c363ed3166966b1db14710325c5c.tar.xz
Add a return type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152614 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index e2ae678930..5111daea25 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