Don't relax org or align. They change size as the relaxation happens, but they
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Dec 2010 20:35:18 +0000 (20:35 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Dec 2010 20:35:18 +0000 (20:35 +0000)
commit7a45903bf40a023ce96f4da953bb6cb2cb1a1b50
tree492f9c875e10a1466b676aeecff78fd875fdbcbf
parenta83bf35d167c43ff2eb8c61bdea0cb660d2b07d8
Don't relax org or align. They change size as the relaxation happens, but they
are not actually relaxed. For example, a section with only alignments will never
needs relaxation.

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