]> granicus.if.org Git - llvm/commitdiff
Remove stray comment. NFC.
authorMichael Kuperstein <mkuper@google.com>
Tue, 28 Jun 2016 00:14:09 +0000 (00:14 +0000)
committerMichael Kuperstein <mkuper@google.com>
Tue, 28 Jun 2016 00:14:09 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273966 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar/Float2Int.h

index 632f262385b6ac3609b731df23d8cbabb357a1fb..a8042399fb08acc89020b4a35a06a994e01594d9 100644 (file)
@@ -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);