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 | 7d6fc212c2c9c363ed3166966b1db14710325c5c (patch) | |
tree | c977c1205dd08e60dd2c2c2dbd71fb76bda18662 /lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | bf565702dcffb57a96612b529b68b4375244084f (diff) |
Add a return type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 |
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 |