Skip to content
  • Chris Lattner's avatar
    change TLS_ADDR lowering to lower to a real mem operand, instead of matching as · 7d2b0494
    Chris Lattner authored
    a global with that gets printed with the :mem modifier.  All operands to lea's 
    should be handled with the lea32mem operand kind, and this allows the TLS stuff
    to do this.  There are several better ways to do this, but I went for the minimal
    change since I can't really test this (beyond make check).
    
    This also makes the use of EBX explicit in the operand list in the 32-bit, 
    instead of implicit in the instruction.
    
    llvm-svn: 73834
    7d2b0494
Loading