mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
Fix two typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181848 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c2b0e171f
commit
da2ed458b4
@ -545,7 +545,7 @@ bool AsmParser::EnterIncludeFile(const std::string &Filename) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Process the specified .incbin file by seaching for it in the include paths
|
/// Process the specified .incbin file by searching for it in the include paths
|
||||||
/// then just emitting the byte contents of the file to the streamer. This
|
/// then just emitting the byte contents of the file to the streamer. This
|
||||||
/// returns true on failure.
|
/// returns true on failure.
|
||||||
bool AsmParser::ProcessIncbinFile(const std::string &Filename) {
|
bool AsmParser::ProcessIncbinFile(const std::string &Filename) {
|
||||||
|
@ -846,7 +846,7 @@ Instruction *InstCombiner::visitSDiv(BinaryOperator &I) {
|
|||||||
/// FP value and:
|
/// FP value and:
|
||||||
/// 1) 1/C is exact, or
|
/// 1) 1/C is exact, or
|
||||||
/// 2) reciprocal is allowed.
|
/// 2) reciprocal is allowed.
|
||||||
/// If the convertion was successful, the simplified expression "X * 1/C" is
|
/// If the conversion was successful, the simplified expression "X * 1/C" is
|
||||||
/// returned; otherwise, NULL is returned.
|
/// returned; otherwise, NULL is returned.
|
||||||
///
|
///
|
||||||
static Instruction *CvtFDivConstToReciprocal(Value *Dividend,
|
static Instruction *CvtFDivConstToReciprocal(Value *Dividend,
|
||||||
|
Loading…
Reference in New Issue
Block a user