Remove virtual keyword for two routines that should never be overridden.
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / cos.ll
2011-12-27 Nick LewyckyTurn cos(-x) into cos(x). Patch by Alexander Malyshev!