mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 06:12:18 +00:00
silence warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15092547e4
commit
1331dec131
@ -383,12 +383,6 @@ AlphaTargetLowering::LowerCallTo(SDOperand Chain,
|
|||||||
return std::make_pair(RetVal, Chain);
|
return std::make_pair(RetVal, Chain);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int getUID()
|
|
||||||
{
|
|
||||||
static int id = 0;
|
|
||||||
return ++id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// LowerOperation - Provide custom lowering hooks for some operations.
|
/// LowerOperation - Provide custom lowering hooks for some operations.
|
||||||
///
|
///
|
||||||
SDOperand AlphaTargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
|
SDOperand AlphaTargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
|
||||||
|
@ -96,6 +96,7 @@ def zappat : PatFrag<(ops node:$LHS), (and node:$LHS, imm:$L), [{
|
|||||||
}]>;
|
}]>;
|
||||||
|
|
||||||
def immFPZ : PatLeaf<(fpimm), [{ //the only fpconstant nodes are +/- 0.0
|
def immFPZ : PatLeaf<(fpimm), [{ //the only fpconstant nodes are +/- 0.0
|
||||||
|
(void)N; // silence warning.
|
||||||
return true;
|
return true;
|
||||||
}]>;
|
}]>;
|
||||||
|
|
||||||
|
@ -51,12 +51,6 @@ static long getLower16(long l)
|
|||||||
return l - h * IMM_MULT;
|
return l - h * IMM_MULT;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int getUID()
|
|
||||||
{
|
|
||||||
static int id = 0;
|
|
||||||
return ++id;
|
|
||||||
}
|
|
||||||
|
|
||||||
AlphaRegisterInfo::AlphaRegisterInfo()
|
AlphaRegisterInfo::AlphaRegisterInfo()
|
||||||
: AlphaGenRegisterInfo(Alpha::ADJUSTSTACKDOWN, Alpha::ADJUSTSTACKUP)
|
: AlphaGenRegisterInfo(Alpha::ADJUSTSTACKDOWN, Alpha::ADJUSTSTACKUP)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user