Add a missing Module::setTargetTriple method.
authorChris Lattner <sabre@nondot.org>
Tue, 25 Oct 2005 17:58:00 +0000 (17:58 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 25 Oct 2005 17:58:00 +0000 (17:58 +0000)
commit304a564c1f84eaaee8dc218a2eb57443c370e12f
treef5b1b96ebe0e5d00517292dcde3e003390dcb8b3
parent0366fcb396c0f1cc1cf0b8bbfcabdabcfedb8cc0
Add a missing Module::setTargetTriple method.

Remove Function::aiterator and Module::giterator typedefs (and const versions)
as they should have been removed when abegin/gbegin were removed.  Thanks to
alkis for bringing this to my attn.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23978 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Module.h