OSDN Git Service

IR: Remove a redundant function. NFC
authorJustin Bogner <mail@justinbogner.com>
Wed, 2 Sep 2015 22:28:47 +0000 (22:28 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 2 Sep 2015 22:28:47 +0000 (22:28 +0000)
commitd034925a3423deda6aa3c99aeeca7b9d749ba885
treec76eb69f195dea5f62f7fd5b8a917ea13796083e
parent074165218d094c79b5ba56d7ef40871499ac1124
IR: Remove a redundant function. NFC

Function::print isn't interestingly different from Value::print. Just
let the only caller (in PrintCallGraphPass) call the Value version.

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