summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
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
commitac499ab244f0703564037eb15ffc576524fa3280 (patch)
tree6c7f1d91a578201fd95113b2d629ede09a9f0d71 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parent8adb10c8a98a80ed87a1a9c8e0e468b409c31b13 (diff)
downloadbcm5719-llvm-ac499ab244f0703564037eb15ffc576524fa3280.tar.gz
bcm5719-llvm-ac499ab244f0703564037eb15ffc576524fa3280.zip
Add a return type.
llvm-svn: 152614
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index e2ae6789304..5111daea25b 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -70,7 +70,7 @@ static const fltSemantics *EVTToAPFloatSemantics(EVT VT) {
}
}
-SelectionDAG::DAGUpdateListener::anchor() {}
+void SelectionDAG::DAGUpdateListener::anchor() {}
//===----------------------------------------------------------------------===//
// ConstantFPSDNode Class
OpenPOWER on IntegriCloud