Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already called...
authorCraig Topper <craig.topper@gmail.com>
Sat, 24 Nov 2012 23:05:23 +0000 (23:05 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 24 Nov 2012 23:05:23 +0000 (23:05 +0000)
commit134f78cf4166841227ad125363066507f484ad5d
tree7143a5827fa4c5daae0083d490a79b71d6134e19
parent538cd48455e78bb3f1bf3573ebb2ea266a21cd24
Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already called at the start of the function and captured in a local variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168548 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp