Skip to content
  • Chris Lattner's avatar
    Move verbose asm instruction comments to using MCStreamer. · 74e68525
    Chris Lattner authored
    The major win of this is that the code is simpler and they 
    print on the same line as the instruction again:
    
            movl    %eax, 96(%esp)          ## 4-byte Spill
            movl    96(%esp), %eax          ## 4-byte Reload
            cmpl    92(%esp), %eax          ## 4-byte Folded Reload
            jl      LBB7_86
    
    llvm-svn: 95738
    74e68525
Loading