add a new DirectiveMap stringmap, which allows more efficient dispatching
authorChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 21:16:52 +0000 (21:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 21:16:52 +0000 (21:16 +0000)
commitebb89b418676e5790cb0f385bb6159dd234542ce
tree66ead7ba974b9ac8f3ecd4045da041299a85d5fa
parente4172f48cc58bbad6a90325d14ce2497e1aa3c6c
add a new DirectiveMap stringmap, which allows more efficient dispatching
to directive handlers and allows for easier extensibility.

I only switched a few over for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82926 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h