OSDN Git Service

Remove HasFnAttribute guards to getFnAttribute calls
authorNirav Dave <niravd@google.com>
Wed, 30 Mar 2016 15:41:12 +0000 (15:41 +0000)
committerNirav Dave <niravd@google.com>
Wed, 30 Mar 2016 15:41:12 +0000 (15:41 +0000)
commite0d3b8510d5602891aaab124967057a72aa97744
treeb7eff33fe5731a29362502dea873bf863c9b9870
parente1eb43b8cf85ae29091865c128d8c6019375fc72
Remove HasFnAttribute guards to getFnAttribute calls

These checks are redundant and can be removed

Reviewers: hans

Subscribers: llvm-commits, mzolotukhin

Differential Revision: http://reviews.llvm.org/D18564

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264872 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/X86/X86TargetMachine.cpp
lib/Transforms/Utils/LoopUtils.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp