| commit | 14e024dff74e679bf251effe648fe6015f9815ea | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu Dec 08 01:22:39 2011 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu Dec 08 01:22:39 2011 +0000 |
| tree | 195dd326ce9ef7b5cbf0bcd76bab15a47047adbf | |
| parent | f10a635eb40219f0413b86442f9c1fa46607c65b [diff] |
Drop the HasInlineAsm flag. It is not used any more. We are tracking inline assembly misalignments directly through the BBInfo.Unalign and KnownBits fields. A simple conservative size estimate is not good enough since it can cause alignment padding to be underestimated. llvm-svn: 146124