commit | 09470e6a4eedf2bd4aa5cc589a966f01e65f6b3d | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Thu Jan 07 00:51:54 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Thu Jan 07 00:51:54 2010 +0000 |
tree | 8408138454c91cec3be3af99aadf1911b2f1d6be | |
parent | f1522d612f3c02810880273860147a7fa749e6aa [diff] |
Switch StringRef::edit_distance over to using raw pointers, since both std::vector and llvm::SmallVector have annoying performance tradeoffs. No, I don't expect this to matter, and now it won't. llvm-svn: 92884