Skip to content

Commit f080e0d

Browse files
author
Amirhossein Pashaeehir
committed
Reference another file properly
1 parent 8a87530 commit f080e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ void DWARFCFIAnalysis::checkRegDiff(const MCInst &Inst, DWARFRegNum Reg,
200200
}
201201
const char *RegName = MCRI->getName(*MaybeLLVMReg);
202202

203-
// Each case is annotated with its corresponding number as described in the
204-
// `DWARFCFIAnalysis`.
203+
// Each case is annotated with its corresponding number as described in
204+
// `llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h`.
205205

206206
// TODO: Expressions are not supported yet, but if wanted to be supported,
207207
// structure equality for expressions is more than just checking if they are

0 commit comments

Comments
 (0)