forked from OSchip/llvm-project
Removed extra line from a comment to test first commit. NFC.
llvm-svn: 222916
This commit is contained in:
parent
f34bad98af
commit
876b891d51
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue