Add some type safety to GlobalObject/GlobalValue - they're always PointerTypes so...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 6 Apr 2015 18:06:06 +0000 (18:06 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 6 Apr 2015 18:06:06 +0000 (18:06 +0000)
commite2b7e60b75cfeadc1ea6e0a0f3ad2d8538afa487
treebe6b3ccd4ec9c8d170a254feb647a89b17c09bf5
parent05652b6afa44be14fe33e9a20f0e508f2bfd292e
Add some type safety to GlobalObject/GlobalValue - they're always PointerTypes so let's type them that way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234189 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/GlobalObject.h
include/llvm/IR/GlobalValue.h