Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoad
authorKevin Enderby <enderby@apple.com>
Thu, 16 Jul 2009 17:17:46 +0000 (17:17 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 16 Jul 2009 17:17:46 +0000 (17:17 +0000)
commit358ab1dbb016c50528ada714fa400c821438f2ee
tree970102daa34cadbdedea09e3315f6a59ed79b1aa
parent014db9ddf7782457fd761d90c4a6ba100ff24a43
Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoad
so it is defined with a lifetime that is as short as possible.

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