mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Silence Release build warnings about unused functions.
llvm-svn: 119903
This commit is contained in:
parent
b6059900a7
commit
c99bab43c9
@ -745,6 +745,7 @@ SDNode *SelectionDAG::FindModifiedNodeSlot(SDNode *N,
|
||||
return Node;
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
/// VerifyNodeCommon - Sanity check the given node. Aborts if it is invalid.
|
||||
static void VerifyNodeCommon(SDNode *N) {
|
||||
switch (N->getOpcode()) {
|
||||
@ -816,6 +817,7 @@ static void VerifyMachineNode(SDNode *N) {
|
||||
|
||||
VerifyNodeCommon(N);
|
||||
}
|
||||
#endif // NDEBUG
|
||||
|
||||
/// getEVTAlignment - Compute the default alignment value for the
|
||||
/// given type.
|
||||
|
Loading…
Reference in New Issue
Block a user