diff options
| author | Joerg Sonnenberger <joerg@bec.de> | 2014-04-28 18:11:51 +0000 |
|---|---|---|
| committer | Joerg Sonnenberger <joerg@bec.de> | 2014-04-28 18:11:51 +0000 |
| commit | 4482dcd0721794fc7560b6b5022e47a69df901c2 (patch) | |
| tree | d93c9897d48ff7ffe0efbfdd383cf5eb54200df6 /llvm | |
| parent | b2f70c7a4ba00a6d9a2e9a4d76e9e62d573ee032 (diff) | |
| download | bcm5719-llvm-4482dcd0721794fc7560b6b5022e47a69df901c2.tar.gz bcm5719-llvm-4482dcd0721794fc7560b6b5022e47a69df901c2.zip | |
Fix comment
llvm-svn: 207429
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Target/TargetMachine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetMachine.h b/llvm/include/llvm/Target/TargetMachine.h index 8709eb64707..ffb6650e66a 100644 --- a/llvm/include/llvm/Target/TargetMachine.h +++ b/llvm/include/llvm/Target/TargetMachine.h @@ -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 |

