Add result of a Xform to isel queue.

llvm-svn: 30497
This commit is contained in:
Evan Cheng 2006-09-19 18:40:15 +00:00
parent 4f339bebb0
commit 00b2848adb
1 changed files with 1 additions and 0 deletions

View File

@ -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;