Remove DebugLoc::print(LLVMContext, raw_ostream), it was just
authorEric Christopher <echristo@gmail.com>
Thu, 26 Feb 2015 23:32:17 +0000 (23:32 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 26 Feb 2015 23:32:17 +0000 (23:32 +0000)
commit98b2dc263c8dff6ccd2bb1d862d1b3185ad813f2
tree3314b6c7eb84afe5b1c29f3774844a5aae8a52d4
parentacdd4442cb5bed1a5c817c40cb1aef4d269306a2
Remove DebugLoc::print(LLVMContext, raw_ostream), it was just
forwarding to the one that didn't take a context.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230700 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/DebugLoc.h
lib/CodeGen/MachineInstr.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp