summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Spiller.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2012-12-24 10:56:04 +0000
committerDaniel Jasper <djasper@google.com>2012-12-24 10:56:04 +0000
commit537a29638df14cf3fd6f35b3a6abb9c89ba89209 (patch)
treedd1dad2d80f0ec9d6893165797298b29b93704f0 /llvm/lib/CodeGen/Spiller.cpp
parent3ee6b10dd4ff2c4b60b46aa5564257e57a0d7a3c (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud