File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ class Value {
242
242
// /
243
243
// / This is useful when you just want to print 'int %reg126', not the
244
244
// / instruction that generated it. If you specify a Module for context, then
245
- // / even constanst get pretty-printed; for example, the type of a null
245
+ // / even constants get pretty-printed; for example, the type of a null
246
246
// / pointer is printed symbolically.
247
247
// / @{
248
248
void printAsOperand (raw_ostream &O, bool PrintType = true ,
Original file line number Diff line number Diff line change @@ -10286,7 +10286,7 @@ SDValue DAGCombiner::visitSRA(SDNode *N) {
10286
10286
// If truncate is free for the target sext(shl) is likely to result in better
10287
10287
// code.
10288
10288
if (N0.getOpcode() == ISD::SHL && N1C) {
10289
- // Get the two constanst of the shifts, CN0 = m, CN = n.
10289
+ // Get the two constants of the shifts, CN0 = m, CN = n.
10290
10290
const ConstantSDNode *N01C = isConstOrConstSplat(N0.getOperand(1));
10291
10291
if (N01C) {
10292
10292
LLVMContext &Ctx = *DAG.getContext();
You can’t perform that action at this time.
0 commit comments