OSDN Git Service

NFC. Move Verifier::verifyIntrinsicType to Intrinsics.h
authorArtur Pilipenko <apilipenko@azulsystems.com>
Wed, 22 Jun 2016 14:56:33 +0000 (14:56 +0000)
committerArtur Pilipenko <apilipenko@azulsystems.com>
Wed, 22 Jun 2016 14:56:33 +0000 (14:56 +0000)
commit5e371d9c0caa2cf0cef331038d50fd37ded40876
treed3454f39aa640281aae60071672aa170ea3b2fc3
parent0993083d68dffc08a4a643100f622f37100a0c59
NFC. Move Verifier::verifyIntrinsicType to Intrinsics.h

Move Verifier::verifyIntrinsicType to Intrinsics::matchIntrinsicsType. Will be used to accumulate overloaded types of a given intrinsic by the upcoming patch to fix intrinsics names when overloaded types are renamed.

Reviewed By: reames

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273424 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Intrinsics.h
lib/IR/Function.cpp
lib/IR/Verifier.cpp