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

Ah the problems you have to fix when you stray from the One True Way (TM)

llvm-svn: 20290
This commit is contained in:
Andrew Lenharth 2005-02-23 17:33:42 +00:00
parent bfb6a94126
commit 69a8320c0d

View File

@ -724,8 +724,8 @@ unsigned ISel::SelectExpr(SDOperand N) {
case ISD::DYNAMIC_STACKALLOC:
// Generate both result values.
if (Result != 1)
ExprMap[N.getValue(1)] = 1; // Generate the token
if (Result != notIn)
ExprMap[N.getValue(1)] = notIn; // Generate the token
else
Result = ExprMap[N.getValue(0)] = MakeReg(N.getValue(0).getValueType());