Move GetStringLength and helper from SimplifyLibCalls to ValueTracking.
authorEric Christopher <echristo@apple.com>
Fri, 5 Mar 2010 06:58:57 +0000 (06:58 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 5 Mar 2010 06:58:57 +0000 (06:58 +0000)
commit25ec483cfca8d3a3ba8728a4a126e04b92789069
treeb669dec328eb3bbee9e93aaf46db0828394b891f
parentb71a2fcf5e5c0e4b598f07f5e3e7b0f2c718baf2
Move GetStringLength and helper from SimplifyLibCalls to ValueTracking.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97793 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ValueTracking.h
lib/Analysis/ValueTracking.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp