Skip to content
  • Jakob Stoklund Olesen's avatar
    Add MachineInstr::getRegClassConstraint(). · 35b362fa
    Jakob Stoklund Olesen authored
    Most instructions have some requirements for their register operands.
    Usually, this is expressed as register class constraints in the
    MCInstrDesc, but for inline assembly the constraints are encoded in the
    flag words.
    
    llvm-svn: 141835
    35b362fa
Loading