[Triple] Use clang-format to normalize the formatting of the ARM target
authorChandler Carruth <chandlerc@gmail.com>
Sun, 30 Aug 2015 02:17:15 +0000 (02:17 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 30 Aug 2015 02:17:15 +0000 (02:17 +0000)
commit79888dbdef94bfa99a34597f1de0d63d08aee80c
treeda46b1fcd337e29af31e4c9092e4bee8f44d60c2
parent869394014ed102973f22648019d3c4c0979ca137
[Triple] Use clang-format to normalize the formatting of the ARM target
parsing logic prior to making substantial changes to it.

This parsing logic is incredibly wasteful, so I'm planning to rewrite
it. Just unittesting the triple parsing logic spends well over 80% of
its time in the ARM parsing logic, and others have measured significant
time spent here in real production compiles.

Stay tuned...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246369 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TargetParser.h
lib/Support/TargetParser.cpp