mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Add result of a Xform to isel queue.
llvm-svn: 30497
This commit is contained in:
parent
0240d56eb6
commit
f020ff9440
@ -2827,6 +2827,7 @@ public:
|
||||
emitCode("SDOperand Tmp" + utostr(ResNo) + " = Transform_" + Op->getName()
|
||||
+ "(" + Ops.back() + ".Val);");
|
||||
NodeOps.push_back("Tmp" + utostr(ResNo));
|
||||
emitCode("AddToISelQueue(Tmp" + utostr(ResNo) + ");");
|
||||
if (isRoot)
|
||||
emitCode("return Tmp" + utostr(ResNo) + ".Val;");
|
||||
return NodeOps;
|
||||
|
Loading…
Reference in New Issue
Block a user