The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no longer...
authorEli Bendersky <eli.bendersky@intel.com>
Mon, 25 Jun 2012 10:13:14 +0000 (10:13 +0000)
committerEli Bendersky <eli.bendersky@intel.com>
Mon, 25 Jun 2012 10:13:14 +0000 (10:13 +0000)
commitccaddf47086742f62fb7fbf97f6509395f31b957
tree07e220fbec97f85de289a55649f62d576bf3a273
parentfd1753bedb89704ea1ad33da71f184013e942e10
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no longer represents what the function does. Therefore, the function is removed and its functionality is folded into the only place in the code-base where it was being used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159133 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/BasicBlockUtils.h
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/SSAUpdater.cpp