Remove virtual keyword for two routines that should never be overridden.
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / pow-to-sqrt.ll
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-26 Dan GohmanI put the wrong rdar number in this test.
2009-09-25 Dan GohmanTransform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt...