Daniel Dunbar 3d783b87ae MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()
- Each macro instantiation introduces a new buffer, and FindBufferForLoc() is
   linear, so previously macro instantiation could be N^2 for some pathological
   inputs.

llvm-svn: 169073
2012-12-01 01:38:48 +00:00
..
2012-09-18 23:05:12 +00:00
2012-09-18 23:05:18 +00:00
2012-05-11 01:41:30 +00:00
2012-09-14 14:57:36 +00:00