MC: Tweak MCInstFragment to include the encoded data and fixups, so that we don't...
authorDaniel Dunbar <daniel@zuster.org>
Tue, 23 Mar 2010 01:39:05 +0000 (01:39 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 23 Mar 2010 01:39:05 +0000 (01:39 +0000)
commit9799de910e97879bf9f30f359551071a94d61570
tree56a4b506404d726b866fd1e268f483f622878ae3
parent1ccd91a5b156ff8b415806b0d60fd7c302d62693
MC: Tweak MCInstFragment to include the encoded data and fixups, so that we don't need to recompute them during relaxation. I will revisit this once all the other pieces of fast relaxation are in place.

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