diff options
| author | David L. Jones <dlj@google.com> | 2017-06-28 21:14:13 +0000 |
|---|---|---|
| committer | David L. Jones <dlj@google.com> | 2017-06-28 21:14:13 +0000 |
| commit | b3c88339ad9608fc0829010a053f47bb1851994a (patch) | |
| tree | 1483f5151cb65158aa756ab66b78d4b66e266bf2 /llvm/test/CodeGen/AMDGPU/si-sgpr-spill.ll | |
| parent | 7ad02eee8a5a88e3fd3f9dc53648b0efd33df211 (diff) | |
| download | bcm5719-llvm-b3c88339ad9608fc0829010a053f47bb1851994a.tar.gz bcm5719-llvm-b3c88339ad9608fc0829010a053f47bb1851994a.zip | |
[lit] Remove dead code (not referenced anywhere), and clarify some function names.
Summary:
The dead code seems to be unreferenced, according to textual search across the
LLVM SVN repo.
The clarification part of this change alters the name of a module-level function
so that it is different from the name of the class-methods that call it.
Currently, there are no erroneous references, but stylistically (c.f. PEP-8),
internal "helper" functions should generally be named accordingly by prepending
an underscore. (I also chose to add '_impl', which isn't necessary, but helps me
at least to mentally disambiguate the interface and implementation functions.)
Reviewers: zturner, modocache
Subscribers: sanjoy, llvm-commits
Differential Revision: https://reviews.llvm.org/D34775
llvm-svn: 306600
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/si-sgpr-spill.ll')
0 files changed, 0 insertions, 0 deletions

