Pass function attributes instead of boolean in isIntDivCheap().
authorSteve King <steve@metrokings.com>
Tue, 25 Aug 2015 02:31:21 +0000 (02:31 +0000)
committerSteve King <steve@metrokings.com>
Tue, 25 Aug 2015 02:31:21 +0000 (02:31 +0000)
commit46ff6da86067575f805e745f5ac9f4d584f15b0a
tree60166a1253faef6284eccda1723e7ab930324f2d
parent602a9cd084a4fe0d13973445128fb3a86592d182
Pass function attributes instead of boolean in isIntDivCheap().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245921 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
test/CodeGen/X86/sdiv-pow2.ll [new file with mode: 0644]