MC: Switch MCFillFragment to storing total fill size instead of a count. This allows...
authorDaniel Dunbar <daniel@zuster.org>
Wed, 12 May 2010 22:51:32 +0000 (22:51 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 12 May 2010 22:51:32 +0000 (22:51 +0000)
commit3153fec733acd079a9e681d16d39253b9517e02c
treed2df239cd68556ed78cea279f9439ea812668dca
parente73d49eda2cb4fc30b52c4a241acf69c8af98302
MC: Switch MCFillFragment to storing total fill size instead of a count. This allows using ValueSize==0 to represent a virtual fill.

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