Disambiguate function names in some CodeGen tests. (Some tests were using function...
authorStephen Lin <stephenwlin@gmail.com>
Thu, 18 Jul 2013 22:29:15 +0000 (22:29 +0000)
committerStephen Lin <stephenwlin@gmail.com>
Thu, 18 Jul 2013 22:29:15 +0000 (22:29 +0000)
commit771e0ab32a81eb501edcd4027e07c5c14d591a09
tree9bc36cdd48036f7603a97757a0095a70696bd1da
parentbbcea55b68fad8116c29b3e831c5df398d558569
Disambiguate function names in some CodeGen tests. (Some tests were using function names that also were names of instructions and/or doing other unusual things that were making the test not amenable to otherwise scriptable pattern matching.) No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186621 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/CodeGen/ARM/fast-isel.ll
test/CodeGen/ARM/umulo-32.ll
test/CodeGen/PowerPC/store-update.ll
test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
test/CodeGen/SPARC/2011-01-22-SRet.ll
test/CodeGen/X86/avx-blend.ll
test/CodeGen/X86/avx2-arith.ll
test/CodeGen/X86/fma_patterns.ll
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/jump_sign.ll
test/CodeGen/X86/shift-bmi2.ll
test/CodeGen/X86/sse-minmax.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/XCore/threads.ll