Skip to content
  • Kevin Enderby's avatar
    This is the second patch to allow x86 code to be aligned with optimal nops. · c26ddccf
    Kevin Enderby authored
    With the compiler changed to use EmitCodeAlignment() it does change the
    functionality.  But X86 assembly code assembled with llvm-mc does not change
    its output.  For that we will eventually change the assembler frontend to
    detect a '.align x, 0x90' when used in a section that 'hasInstructions' and use
    EmitCodeAlignment, but will wait until we have better target hooks.
    
    llvm-svn: 96988
    c26ddccf
Loading