mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 02:26:09 +00:00

Replacing the address argument type with address-expression in cases where StringToAddress() is used, and hence an expression can be passed where previously only a numeric address was allowed This makes the documentation more clear and helps users discover that they can truly pass in an expression in these situations. llvm-svn: 173753