[FunctionAttrs] Rename functionattrs -> function-attrs
authorArthur Eubanks <aeubanks@google.com>
Tue, 28 Jul 2020 16:08:08 +0000 (09:08 -0700)
committerArthur Eubanks <aeubanks@google.com>
Tue, 28 Jul 2020 16:09:13 +0000 (09:09 -0700)
commit2ca6c422d2d025821390260232307567191a7deb
treebd155afb2bab9a2cd4255be9ce7501b492d71585
parent736423af53d707e097a174c3a91b75132b8dc6b1
[FunctionAttrs] Rename functionattrs -> function-attrs

To match NewPM pass name, and also for readability.
Also rename rpo-functionattrs -> rpo-function-attrs while we're here.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D84694
47 files changed:
llvm/docs/Passes.rst
llvm/lib/Passes/PassRegistry.def
llvm/lib/Target/README.txt
llvm/lib/Transforms/IPO/FunctionAttrs.cpp
llvm/test/Analysis/MemorySSA/pr39197.ll
llvm/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
llvm/test/Analysis/alias-analysis-uses.ll
llvm/test/DebugInfo/check-debugify-preserves-analyses.ll
llvm/test/Feature/OperandBundles/function-attrs.ll
llvm/test/Feature/OperandBundles/pr26510.ll
llvm/test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll
llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
llvm/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll
llvm/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
llvm/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
llvm/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
llvm/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
llvm/test/Transforms/FunctionAttrs/arg_returned.ll
llvm/test/Transforms/FunctionAttrs/assume.ll
llvm/test/Transforms/FunctionAttrs/atomic.ll
llvm/test/Transforms/FunctionAttrs/comdat-ipo.ll
llvm/test/Transforms/FunctionAttrs/convergent.ll
llvm/test/Transforms/FunctionAttrs/incompatible_fn_attrs.ll
llvm/test/Transforms/FunctionAttrs/int_sideeffect.ll
llvm/test/Transforms/FunctionAttrs/naked_functions.ll
llvm/test/Transforms/FunctionAttrs/nocapture.ll
llvm/test/Transforms/FunctionAttrs/nofree-attributor.ll
llvm/test/Transforms/FunctionAttrs/nofree.ll
llvm/test/Transforms/FunctionAttrs/nonnull-global.ll
llvm/test/Transforms/FunctionAttrs/nonnull.ll
llvm/test/Transforms/FunctionAttrs/norecurse.ll
llvm/test/Transforms/FunctionAttrs/nounwind.ll
llvm/test/Transforms/FunctionAttrs/operand-bundles-scc.ll
llvm/test/Transforms/FunctionAttrs/optnone.ll
llvm/test/Transforms/FunctionAttrs/out-of-bounds-iterator-bug.ll
llvm/test/Transforms/FunctionAttrs/read-write-scc.ll
llvm/test/Transforms/FunctionAttrs/readattrs.ll
llvm/test/Transforms/FunctionAttrs/readnone.ll
llvm/test/Transforms/FunctionAttrs/returned.ll
llvm/test/Transforms/FunctionAttrs/writeonly.ll
llvm/test/Transforms/GlobalDCE/crash-assertingvh.ll
llvm/test/Transforms/IndVarSimplify/pr38855.ll
llvm/test/Transforms/Inline/delete-call.ll
llvm/test/Transforms/InstCombine/2009-02-11-NotInitialized.ll
llvm/test/Transforms/LoopUnswitch/2012-04-30-LoopUnswitch-LPad-Crash.ll
llvm/test/Transforms/Reassociate/reassociate-deadinst.ll
llvm/test/Transforms/SimpleLoopUnswitch/2012-04-30-LoopUnswitch-LPad-Crash.ll