OSDN Git Service

Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 24 Sep 2012 22:07:09 +0000 (22:07 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 24 Sep 2012 22:07:09 +0000 (22:07 +0000)
commit97a1a6144721c2eec2323ff85a80f77b36b58c96
tree84dde89b8bf9ad83b3d3d13e05bd9765823a09d2
parent5236ab3fdd4ce9b9990ef58cd8fac695cfbd0eaf
Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164560 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/DeadStoreElimination.cpp