summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2014-04-28 18:11:51 +0000
committerJoerg Sonnenberger <joerg@bec.de>2014-04-28 18:11:51 +0000
commit4482dcd0721794fc7560b6b5022e47a69df901c2 (patch)
treed93c9897d48ff7ffe0efbfdd383cf5eb54200df6 /llvm
parentb2f70c7a4ba00a6d9a2e9a4d76e9e62d573ee032 (diff)
downloadbcm5719-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.h2
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
OpenPOWER on IntegriCloud