Several non-functionality changing changes:
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jan 2006 22:35:08 +0000 (22:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jan 2006 22:35:08 +0000 (22:35 +0000)
commit0f9f8c37595d5756ef06c5a976c3f03c438b71fd
tree3108cb7df344f75e4dd0c7f5ec0f3288b0462d77
parent96f20d94f85acd2aa06e855a48fde1dc5090e6f3
Several non-functionality changing changes:
1. Use the varargs version of getOrInsertFunction to simplify code.
2. remove #include
3. Reduce the number of #ifdef's.
4. remove extraneous vertical whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25508 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp