Output .size directives to tell the assembler the size of each function.
authorChris Lattner <sabre@nondot.org>
Mon, 11 Jul 2005 06:29:14 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Jul 2005 06:29:14 +0000 (06:29 +0000)
commitc569d79a2a740ed98ccf5338bafb5342918f07d1
treeeb74410e93e846aa3bb0394ae27a8f207d89a0cd
parentb12c9fa565ca03fdfc40d8d9933561f47bc5f89e
Output .size directives to tell the assembler the size of each function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ATTAsmPrinter.cpp