projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf56570
)
Add a return type.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 13 Mar 2012 05:52:28 +0000
(
05:52
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 13 Mar 2012 05:52:28 +0000
(
05:52
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152614
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index e2ae678930411a679cb15f08ce446d7126478d28..5111daea25b0d6ecba933ad933eea647d5c8032b 100644
(file)
--- 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