commit | 7d6fc212c2c9c363ed3166966b1db14710325c5c | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Mar 13 05:52:28 2012 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Mar 13 05:52:28 2012 +0000 |
tree | c977c1205dd08e60dd2c2c2dbd71fb76bda18662 | |
parent | bf565702dcffb57a96612b529b68b4375244084f [diff] [blame] |
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 e2ae678..5111dae 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -70,7 +70,7 @@ } } -SelectionDAG::DAGUpdateListener::anchor() {} +void SelectionDAG::DAGUpdateListener::anchor() {} //===----------------------------------------------------------------------===// // ConstantFPSDNode Class