Displaying 1 result from an estimated 1 matches for "798c798".
Did you mean:
768798
2013 Jun 04
0
[LLVMdev] MachineBasicBlock::addLiveIn errors
...NOPSYS
> TBB->addLiveIn(Def);
> if (!FBB->isLiveIn(Def)) //SYNOPSYS
> FBB->addLiveIn(Def);
==== //dwarc/Tools/MetaWare/Toolset/main/dev/llvm/lib/CodeGen/TailDuplication.cpp#6 - /remote/arctools/marksl/marksl_1/llvm/lib/CodeGen/TailDuplication.cpp ====
798c798
< if (!RegsLiveAtExit[*I])
---
> if (!RegsLiveAtExit[*I] && !PredBB->isLiveIn(*I))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130604/8aee9038/attachment.html>