silence warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-11-03 01:18:29 +00:00
parent 15092547e4
commit 1331dec131
3 changed files with 1 additions and 12 deletions

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)
{