forked from OSchip/llvm-project
Fix a couple of depedent->dependent typos.
llvm-svn: 230584
This commit is contained in:
parent
23a3a7c871
commit
834d6420c1
|
@ -191,7 +191,7 @@ public:
|
|||
|
||||
/// \brief Used to ensure that if the analysis was run with speculating the
|
||||
/// value of symbolic strides, the client queries it with the same assumption.
|
||||
/// Only used in DEBUG build but we don't want NDEBUG-depedent ABI.
|
||||
/// Only used in DEBUG build but we don't want NDEBUG-dependent ABI.
|
||||
unsigned NumSymbolicStrides;
|
||||
|
||||
private:
|
||||
|
|
|
@ -476,7 +476,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
|
|||
<< SchedModels.getSchedClassIdx(Inst) << ",\t"
|
||||
<< Inst.TheDef->getValueAsInt("Size") << ",\t0";
|
||||
|
||||
// Emit all of the target indepedent flags...
|
||||
// Emit all of the target independent flags...
|
||||
if (Inst.isPseudo) OS << "|(1<<MCID::Pseudo)";
|
||||
if (Inst.isReturn) OS << "|(1<<MCID::Return)";
|
||||
if (Inst.isBranch) OS << "|(1<<MCID::Branch)";
|
||||
|
|
Loading…
Reference in New Issue