Idiotic error in last fix.
llvm-svn: 1306
This commit is contained in:
parent
c1b534043f
commit
65d54eb06e
@ -257,7 +257,7 @@ ChooseRegOrImmed(Value* val,
|
||||
{
|
||||
intValue = 0;
|
||||
}
|
||||
if (CPV->getType()->isSigned())
|
||||
else if (CPV->getType()->isSigned())
|
||||
{
|
||||
intValue = ((ConstPoolSInt*)CPV)->getValue();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user