Transforms: Use the new DebugLoc API, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 30 Mar 2015 19:49:49 +0000 (19:49 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 30 Mar 2015 19:49:49 +0000 (19:49 +0000)
commitf175439a2b1903a72559319b48d56f01250f7fbf
tree1958233141fef34a5d42599ca1f9312e7702c2be
parent39acf8f243bcce1169b8d67f86291715abe1e0d1
Transforms: Use the new DebugLoc API, NFC

Update lib/Analysis and lib/Transforms to use the new `DebugLoc` API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233587 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopInfo.h
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/Scalar/SampleProfile.cpp
lib/Transforms/Utils/AddDiscriminators.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp