PointerUnion::getAddrOf() does not need to be template since we can only
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 6 Mar 2012 07:14:54 +0000 (07:14 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 6 Mar 2012 07:14:54 +0000 (07:14 +0000)
commit0db235a2b0ed6ae5c3c870012061906054b6dbc4
treec727a12dfaf3d26181baa798e0ff3a0de6bad7b4
parentf0c094b1155e9316e93b28bfbd3153bc99d1ac95
PointerUnion::getAddrOf() does not need to be template since we can only
use the first pointer type for it. Rename it to getAddrOfPtr1().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152106 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/PointerIntPair.h
include/llvm/ADT/PointerUnion.h
include/llvm/ADT/TinyPtrVector.h