Function temporaries can not overlap with retval or args.See the comment in source...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 10 Feb 2009 04:20:26 +0000 (04:20 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 10 Feb 2009 04:20:26 +0000 (04:20 +0000)
commit2cc753170b6aaa26a333c7bd296e9898224c14e2
treea224cacf76d104bb41d058c39515264ed657115a
parenta0eedac226e79d818ce1124fe500a6e354e3444a
Function temporaries can not overlap with retval or args.See the comment in source code to know the reason. Anything having .auto. in its name is local to a function in nature irrespective of the linkage specified. print static local variables in module level IDATA section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PIC16/PIC16AsmPrinter.cpp