Another improvement to the implementation of .incbin directive by avoiding a
authorKevin Enderby <enderby@apple.com>
Thu, 15 Dec 2011 00:00:27 +0000 (00:00 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 15 Dec 2011 00:00:27 +0000 (00:00 +0000)
commitdac2953e3b5e5de73290c25740983a64a3e9920b
treeda0e29214f63a64a7bb24d3a3486091ed1bfe175
parent10e412ec6b761952b95710203e6d2d89f4fee53a
Another improvement to the implementation of .incbin directive by avoiding a
buffer copy.  Suggestion by Chris Lattner!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146614 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp