mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-21 11:15:44 -04:00
f8c111d015
This patch renames the replace-function-regex to replace-value-regex to indicate that the existing regex replacement functionality can replace any IR value besides functions. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D101934