Files
llvm-6502/include/llvm/CodeGen
Hal Finkel d55a2664f9 Allow the use of an alternate symbol for calculating a function's size.
The standard function epilog includes a .size directive, but ppc64 uses
an alternate local symbol to tag the actual start of each function.

Until recently, binutils accepted the .size directive as:
 .size	test1, .Ltmp0-test1
however, using this directive with recent binutils will result in the error:
 .size expression for XXX does not evaluate to a constant
so we must use the label which actually tags the start of the function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151200 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-22 21:11:47 +00:00
..
2012-01-18 23:52:12 +00:00
2011-11-14 17:45:03 +00:00
2012-02-10 19:27:34 +00:00
2011-06-01 23:32:40 +00:00
2012-01-12 23:14:13 +00:00