diff options
| author | Daniel Jasper <djasper@google.com> | 2012-12-24 10:56:04 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2012-12-24 10:56:04 +0000 |
| commit | 537a29638df14cf3fd6f35b3a6abb9c89ba89209 (patch) | |
| tree | dd1dad2d80f0ec9d6893165797298b29b93704f0 /llvm/lib/CodeGen/Spiller.cpp | |
| parent | 3ee6b10dd4ff2c4b60b46aa5564257e57a0d7a3c (diff) | |
| download | bcm5719-llvm-537a29638df14cf3fd6f35b3a6abb9c89ba89209.tar.gz bcm5719-llvm-537a29638df14cf3fd6f35b3a6abb9c89ba89209.zip | |
Fix formatting over overloaded operators.
This fixes llvm.org/pr14686.
We used to add too many spaces for different versions of overloaded operator
function declarations/definitions. This patch changes, e.g.
operator *() {}
operator >() {}
operator () () {}
to
operator*() {}
operator>() {}
operator()() {}
llvm-svn: 171028
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.cpp')
0 files changed, 0 insertions, 0 deletions

