A small optimization: use static char* array instead of StrVector.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 30 May 2008 06:24:49 +0000 (06:24 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 30 May 2008 06:24:49 +0000 (06:24 +0000)
commit5fe8475e3ab521444193c469cdeaa3a2edf01abb
treecb6e8b9d031b8ac05997e82757f3e8473239a36a
parent92b8da75a1bed2f70079e970883b4e69e99d2330
A small optimization: use static char* array instead of StrVector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51752 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc2/CompilationGraph.cpp
tools/llvmc2/Tool.h
utils/TableGen/LLVMCConfigurationEmitter.cpp