Invalidate the layout on any relaxation, not just Instructions. Bug found by David...
commit260ce6dfd1ae5969cf5c6c8efa5d45d18451a7b5
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Nov 2010 08:08:33 +0000 (23 08:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Nov 2010 08:08:33 +0000 (23 08:08 +0000)
tree6598f8fbaf56e963ff6342d58e2272c8664a3998
parente0c04153e18d09be0a544b20af9fb28abdcd5434
Invalidate the layout on any relaxation, not just Instructions. Bug found by David Meyer.
While here, remove unused argument and rename UpdateForSlide to Invalidate.

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