1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

silence warnings.

llvm-svn: 31394
This commit is contained in:
Chris Lattner 2006-11-03 01:18:29 +00:00
parent 24e8fdc1f6
commit 13ae6835d9
3 changed files with 1 additions and 12 deletions

View File

@ -383,12 +383,6 @@ AlphaTargetLowering::LowerCallTo(SDOperand Chain,
return std::make_pair(RetVal, Chain);
}
static int getUID()
{
static int id = 0;
return ++id;
}
/// LowerOperation - Provide custom lowering hooks for some operations.
///
SDOperand AlphaTargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {

View File

@ -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
(void)N; // silence warning.
return true;
}]>;

View File

@ -51,12 +51,6 @@ static long getLower16(long l)
return l - h * IMM_MULT;
}
static int getUID()
{
static int id = 0;
return ++id;
}
AlphaRegisterInfo::AlphaRegisterInfo()
: AlphaGenRegisterInfo(Alpha::ADJUSTSTACKDOWN, Alpha::ADJUSTSTACKUP)
{