From: Ankur Garg Date: Fri, 28 Nov 2014 10:38:18 +0000 (+0000) Subject: Removed extra line from a comment to test first commit. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=876b891d51971f34a53738efbe1c2207e96088e1;p=platform%2Fupstream%2Fllvm.git Removed extra line from a comment to test first commit. NFC. llvm-svn: 222916 --- diff --git a/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp b/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp index f59e375..682820a 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp @@ -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) {