Removed extra line from a comment to test first commit. NFC.

llvm-svn: 222916
This commit is contained in:
Ankur Garg 2014-11-28 10:38:18 +00:00
parent f34bad98af
commit 876b891d51
1 changed files with 0 additions and 1 deletions

View File

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