Removed extra line from a comment to test first commit. NFC.
authorAnkur Garg <ankur29.garg@samsung.com>
Fri, 28 Nov 2014 10:38:18 +0000 (10:38 +0000)
committerAnkur Garg <ankur29.garg@samsung.com>
Fri, 28 Nov 2014 10:38:18 +0000 (10:38 +0000)
llvm-svn: 222916

llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp

index f59e375..682820a 100644 (file)
@@ -3594,7 +3594,6 @@ Instruction *InstCombiner::visitICmpInst(ICmpInst &I) {
 }
 
 /// FoldFCmp_IntToFP_Cst - Fold fcmp ([us]itofp x, cst) if possible.
-///
 Instruction *InstCombiner::FoldFCmp_IntToFP_Cst(FCmpInst &I,
                                                 Instruction *LHSI,
                                                 Constant *RHSC) {