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)
commit06cf33fbea70f2672e814d82ad9005b9f9e6c6e8
tree49b97516fcbd1921645bf26a225aa311b114aa23
parente7f46558a46878901072dc5cb452f3c2bd0ac181
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

llvm-svn: 236615
llvm/include/llvm/IR/Argument.h
llvm/include/llvm/IR/CallSite.h
llvm/include/llvm/IR/Function.h
llvm/include/llvm/IR/Instructions.h
llvm/lib/IR/AttributeImpl.h
llvm/lib/IR/Attributes.cpp
llvm/lib/IR/Function.cpp