Add missing dereferenceable_or_null getters
authorSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 6 May 2015 17:41:54 +0000 (17:41 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 6 May 2015 17:41:54 +0000 (17:41 +0000)
commit5a6ea245b00004cc0e44ce3afee16322a0a34509
tree973e22ac53f496d816262241333f1230bebce84f
parentcac51be31f152b736beda01b557546e02a92ee6c
Add missing dereferenceable_or_null getters

Summary: Add missing dereferenceable_or_null getters required for
http://reviews.llvm.org/D9253 change. Separated from the D9253 review.

Patch by Artur Pilipenko!

Reviewers: sanjoy

Reviewed By: sanjoy

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D9499

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236615 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Argument.h
include/llvm/IR/CallSite.h
include/llvm/IR/Function.h
include/llvm/IR/Instructions.h
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/Function.cpp