mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
The function Extract() is almost a duplicate of FastExtract() but is not used. Delete it and rename FastExtract() to Extract(). Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D62593 llvm-svn: 362049