OSDN Git Service

Allow targets to specify a minimum supported NOP size when performing NOP padding...
authorOwen Anderson <resistor@mac.com>
Wed, 29 Aug 2012 22:18:56 +0000 (22:18 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 29 Aug 2012 22:18:56 +0000 (22:18 +0000)
commit15b7a98ece81ec275a560c77b814e0479a669bc6
tree25e23a75755e93d97f11c33ec61ec1b9c7e6c790
parent66390805ad58871cde3f5ccd72a7dcac9b1cd4d8
Allow targets to specify a minimum supported NOP size when performing NOP padding.  If the desired padding is smaller than the supported NOP size,
we will enlarge the padding to make it work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162870 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAsmBackend.h
lib/MC/MCAssembler.cpp