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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e947867b4cd74241bd6cf3514081fbb48065484;p=llvm Removed extra line from a comment to test first commit. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222916 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/InstCombine/InstCombineCompares.cpp b/lib/Transforms/InstCombine/InstCombineCompares.cpp index f59e3758101..682820a25ca 100644 --- a/lib/Transforms/InstCombine/InstCombineCompares.cpp +++ b/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) {