Add a new Type::getPointerTo method, which is shorthand for
authorChris Lattner <sabre@nondot.org>
Fri, 10 Apr 2009 06:42:02 +0000 (06:42 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Apr 2009 06:42:02 +0000 (06:42 +0000)
commit3584a4758840c1b2d4be8e9b0363bbb32e9374c3
tree1aa8321ce0d11570b094140c28700397386118da
parentb9fc36085706c131296e5a7eb91a68f7c8572c31
Add a new Type::getPointerTo method, which is shorthand for
llvm::PointerType::get().  Patch by Anders Johnsen!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68772 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Type.h
lib/VMCore/Type.cpp