OSDN Git Service

make the lexer unique strings it lexes instead of passing them back as
authorChris Lattner <sabre@nondot.org>
Wed, 24 Jun 2009 00:33:19 +0000 (00:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Jun 2009 00:33:19 +0000 (00:33 +0000)
commitfaf32c102db556e367af1e5bca7359160840d2d0
tree531c390bfcb86473d300fb78717286591a1ff93c
parentaa551ae10e0cac338a9fa1ff9e20571eae07aac2
make the lexer unique strings it lexes instead of passing them back as
std::strings.

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