Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
[oota-llvm.git] / include / llvm / Transforms / Scalar.h
index 037ab6bea6985812d81b618a258b9a234b6d0e7b..eec9e591ee5208a84922543d9e328460e2d6f369 100644 (file)
@@ -354,6 +354,13 @@ extern char &InstructionSimplifierID;
 FunctionPass *createLowerExpectIntrinsicPass();
 
 
+//===----------------------------------------------------------------------===//
+//
+// PartiallyInlineLibCalls - Tries to inline the fast path of library
+// calls such as sqrt.
+//
+FunctionPass *createPartiallyInlineLibCallsPass();
+
 } // End llvm namespace
 
 #endif