diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-03-13 05:52:28 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-03-13 05:52:28 +0000 |
commit | ac499ab244f0703564037eb15ffc576524fa3280 (patch) | |
tree | 6c7f1d91a578201fd95113b2d629ede09a9f0d71 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 8adb10c8a98a80ed87a1a9c8e0e468b409c31b13 (diff) | |
download | bcm5719-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.cpp | 2 |
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 |