mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-24 13:06:56 +00:00
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99a4b59b85
commit
c430d3ffcd
@ -192,7 +192,7 @@ public:
|
||||
/// hasMCUseCFI - Check whether we should use dwarf's .cfi_* directives.
|
||||
bool hasMCUseCFI() const { return MCUseCFI; }
|
||||
|
||||
/// setMCUseCFI - Set whether all we should use dwarf's .cfi_* directives.
|
||||
/// setMCUseCFI - Set whether we should use dwarf's .cfi_* directives.
|
||||
void setMCUseCFI(bool Value) { MCUseCFI = Value; }
|
||||
|
||||
/// hasMCUseDwarfDirectory - Check whether we should use .file directives with
|
||||
|
Loading…
Reference in New Issue
Block a user