[ADT] Switch a bunch of places in LLVM that were doing single-character
authorChandler Carruth <chandlerc@gmail.com>
Thu, 10 Sep 2015 06:12:31 +0000 (06:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 10 Sep 2015 06:12:31 +0000 (06:12 +0000)
commit6aaf0a68acfa16b2af1693b7cfcf41f77a4e2244
tree169a5523db8f41341d05400e2b881d0301554f33
parent82c835626fc509771e3927e2ca4886cf0f4245db
[ADT] Switch a bunch of places in LLVM that were doing single-character
splits to actually use the single character split routine which does
less work, and in a debug build is *substantially* faster.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247245 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCSectionMachO.cpp
lib/MC/SubtargetFeature.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/NVPTX/NVVMReflect.cpp
lib/Target/SystemZ/SystemZTargetMachine.cpp
unittests/Support/Path.cpp