Fix: Some classes were derived from a class in an anonymous namespace, but they
authorBill Wendling <isanbard@gmail.com>
Mon, 5 May 2008 21:37:59 +0000 (21:37 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 5 May 2008 21:37:59 +0000 (21:37 +0000)
commitac178222067d726dafa3bf2ed1ae42e5af81911e
tree5dbc4bd84596dffd02e85b4ae7800edd63bc5e13
parent521e245288e5f9c88c24b28855676ea8034dfa75
Fix: Some classes were derived from a class in an anonymous namespace, but they
themselves weren't in the anonymous namespace.

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