Don't output ABI size padding twice. By using the store
authorDuncan Sands <baldrick@free.fr>
Mon, 5 Nov 2007 18:03:02 +0000 (18:03 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 5 Nov 2007 18:03:02 +0000 (18:03 +0000)
commit0c8a13b5107eb41d3c62d7b0db1bd17fa5549368
treeda3055e0a589cd5883f64f9636caca0da412ba2f
parentf6e53df44184d0243292ddb86f299f20f59fc1a7
Don't output ABI size padding twice.  By using the store
size for the field we get ABI padding automatically, so
no need to put it in again when we emit the field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43720 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter.cpp