OSDN Git Service

change OperandsSignature to use SmallVector<char> instead of std::vector<string>
authorChris Lattner <sabre@nondot.org>
Sun, 17 Apr 2011 22:24:13 +0000 (22:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Apr 2011 22:24:13 +0000 (22:24 +0000)
commita90dbc133f7bc7bf0e042fb03222bfdfafce3965
tree3fa15c65f23e444bb7887d95fa1002a0855c2e12
parent4447d6506cdae78037226ef52c0824a42cf6baa6
change OperandsSignature to use SmallVector<char> instead of std::vector<string>
since the strings are always exactly one character, and there are usually only 2-3 operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129678 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenInstruction.h
utils/TableGen/FastISelEmitter.cpp