[llvm] r273966 - Remove stray comment. NFC.
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 17:14:09 PDT 2016
Author: mkuper
Date: Mon Jun 27 19:14:09 2016
New Revision: 273966
URL: http://llvm.org/viewvc/llvm-project?rev=273966&view=rev
Log:
Remove stray comment. NFC.
Modified:
llvm/trunk/include/llvm/Transforms/Scalar/Float2Int.h
Modified: llvm/trunk/include/llvm/Transforms/Scalar/Float2Int.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar/Float2Int.h?rev=273966&r1=273965&r2=273966&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar/Float2Int.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar/Float2Int.h Mon Jun 27 19:14:09 2016
@@ -22,7 +22,6 @@
#include "llvm/IR/PassManager.h"
namespace llvm {
-/// Pass to remove unused function declarations.
class Float2IntPass : public PassInfoMixin<Float2IntPass> {
public:
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
More information about the llvm-commits
mailing list