|
@@ -6439,7 +6439,7 @@ bool CodeGenPrepare::placeDbgValues(Function &F) {
|
|
|
Instruction *Insn = &*BI++;
|
|
|
DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn);
|
|
|
// Leave dbg.values that refer to an alloca alone. These
|
|
|
- // instrinsics describe the address of a variable (= the alloca)
|
|
|
+ // intrinsics describe the address of a variable (= the alloca)
|
|
|
// being taken. They should not be moved next to the alloca
|
|
|
// (and to the beginning of the scope), but rather stay close to
|
|
|
// where said address is used.
|