From 835facd863ca94f28e32f4fd7a132e470d04e2f8 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Tue, 28 Jun 2016 00:54:12 +0000 Subject: [PM] Normalize FIXMEs for missing PreserveCFG to have the same wording. llvm-svn: 273974 --- llvm/lib/Transforms/Scalar/Float2Int.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Scalar/Float2Int.cpp') diff --git a/llvm/lib/Transforms/Scalar/Float2Int.cpp b/llvm/lib/Transforms/Scalar/Float2Int.cpp index dfe50fbc75c..7aa6dc6992b 100644 --- a/llvm/lib/Transforms/Scalar/Float2Int.cpp +++ b/llvm/lib/Transforms/Scalar/Float2Int.cpp @@ -532,7 +532,7 @@ PreservedAnalyses Float2IntPass::run(Function &F, FunctionAnalysisManager &) { if (!runImpl(F)) return PreservedAnalyses::all(); else { - //FIXME: setPreservesCFG is not currently supported in the new PM. + // FIXME: This should also 'preserve the CFG'. PreservedAnalyses PA; PA.preserve(); return PA; -- cgit v1.2.3