Idiotic error in last fix.

llvm-svn: 1306
This commit is contained in:
Vikram S. Adve 2001-11-14 17:55:02 +00:00
parent c1b534043f
commit 65d54eb06e

View File

@ -257,7 +257,7 @@ ChooseRegOrImmed(Value* val,
{
intValue = 0;
}
if (CPV->getType()->isSigned())
else if (CPV->getType()->isSigned())
{
intValue = ((ConstPoolSInt*)CPV)->getValue();
}