Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
authorNick Lewycky <nicholas@mxc.ca>
Sun, 12 Feb 2012 02:15:20 +0000 (02:15 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 12 Feb 2012 02:15:20 +0000 (02:15 +0000)
commit6a7df9aae620801d97da72d718e9aff76eebac9b
treeb491962ce8254c65b2e16a8a09b22a04757a301b
parent6a577f82ba56a4da48e984702240a01c3ba7e941
Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls
to TargetLibraryInfo and use one of them in GlobalOpt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150323 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLibraryInfo.h
lib/Target/TargetLibraryInfo.cpp
lib/Transforms/IPO/GlobalOpt.cpp