[llvm] Drop unnecessary const from return types (NFC)
authorKazu Hirata <kazu@google.com>
Sun, 31 Jan 2021 18:23:43 +0000 (10:23 -0800)
committerKazu Hirata <kazu@google.com>
Sun, 31 Jan 2021 18:23:43 +0000 (10:23 -0800)
commit3d1200b9f6e305ea66080bb93fd34753c46066a1
tree00380b0092dee104884bf06377692902d9b75f2a
parent6bfb02cafe4fb31fd0a4f8a9871180df3333bd49
[llvm] Drop unnecessary const from return types (NFC)

Identified with const-return-type.
12 files changed:
llvm/include/llvm/Analysis/DDG.h
llvm/include/llvm/Analysis/LoopCacheAnalysis.h
llvm/include/llvm/IR/DerivedTypes.h
llvm/include/llvm/MCA/Instruction.h
llvm/include/llvm/Object/WindowsResource.h
llvm/include/llvm/TableGen/DirectiveEmitter.h
llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
llvm/lib/Target/X86/X86MachineFunctionInfo.h
llvm/lib/Transforms/IPO/SampleContextTracker.cpp
llvm/tools/dsymutil/DebugMap.h
llvm/tools/llvm-profgen/ProfiledBinary.h
llvm/tools/llvm-readobj/ELFDumper.cpp