Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
authorSunil Srivastava <sunil_srivastava@playstation.sony.com>
Tue, 12 May 2015 16:47:30 +0000 (16:47 +0000)
committerSunil Srivastava <sunil_srivastava@playstation.sony.com>
Tue, 12 May 2015 16:47:30 +0000 (16:47 +0000)
commit561c44fc33387bf7568271e9620d95e83ed4ed56
treed5a92e1373ae82f957b13312b805a20cbbaa2ede
parent77686a97a0cff533aef928bf6d0de1e5307a0004
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
One code change and several test changes to match that
details in http://reviews.llvm.org/D9481

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237150 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
lib/IR/ValueSymbolTable.cpp
test/CodeGen/AArch64/arm64-promote-const.ll
test/CodeGen/AArch64/global-merge-group-by-use.ll
test/CodeGen/ARM/global-merge-addrspace.ll
test/CodeGen/ARM/global-merge.ll
test/CodeGen/WinEH/cppeh-catch-unwind.ll
test/CodeGen/WinEH/cppeh-multi-catch.ll
test/CodeGen/WinEH/cppeh-nested-1.ll
test/CodeGen/WinEH/cppeh-nested-2.ll
test/CodeGen/WinEH/cppeh-nested-3.ll
test/CodeGen/WinEH/cppeh-nested-rethrow.ll
test/Instrumentation/AddressSanitizer/global_metadata.ll
test/Linker/2011-08-04-Metadata.ll
test/Linker/override-with-internal-linkage-2.ll
test/Linker/testlink.ll
test/Transforms/BBVectorize/simple3.ll
test/Transforms/Inline/noalias-cs.ll
test/Transforms/Inline/noalias2.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/xor.ll
test/Transforms/LoopIdiom/basic.ll
test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll
test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll
test/Transforms/LowerBitSets/simple.ll
test/Transforms/LowerSwitch/feature.ll
test/Transforms/PlaceSafepoints/basic.ll
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/Util/lowerswitch.ll