Displaying 1 result from an estimated 1 matches for "arctools".
Did you mean:
  rctools
  
2013 Jun 04
0
[LLVMdev] MachineBasicBlock::addLiveIn errors
The unchecked assertion that the same register is not added multiple times to the MBB::LiveIn list isn't being respected.  Could we add an assertion to check for it?
==== //dwarc/Tools/MetaWare/Toolset/main/dev/llvm/include/llvm/CodeGen/MachineBasicBlock.h#6 - /remote/arctools/marksl/marksl_1/llvm/include/llvm/CodeGen/MachineBasicBlock.h ====
295,298d294
<   /// addLiveIn - Add the specified register as a live in.  Note that it
<   /// is an error to add the same register to the same set more than once.
<   void addLiveIn(unsigned Reg)  { LiveIns.push_back(Reg);...