aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-20 17:53:33 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-20 17:53:33 +0000
commite7a35539c5521985d75e89f3329a84fed09584e4 (patch)
tree8960b2f4756d3cdf127af8f087b7dec8d5d3ff40
parentc9cb1c13bab07bd56ecf3ae9be92a393b53c859b (diff)
downloadllvm-e7a35539c5521985d75e89f3329a84fed09584e4.zip
llvm-e7a35539c5521985d75e89f3329a84fed09584e4.tar.gz
llvm-e7a35539c5521985d75e89f3329a84fed09584e4.tar.bz2
[PowerPC] fix trivial typos in comment, NFC
llvm-svn: 305813
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
index fd8df8c..a88a654 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -388,7 +388,7 @@ void PPCPassConfig::addPreRegAlloc() {
// FIXME: We probably don't need to run these for -fPIE.
if (getPPCTargetMachine().isPositionIndependent()) {
// FIXME: LiveVariables should not be necessary here!
- // PPCTLSDYnamicCallPass uses LiveIntervals which previously dependet on
+ // PPCTLSDynamicCallPass uses LiveIntervals which previously dependent on
// LiveVariables. This (unnecessary) dependency has been removed now,
// however a stage-2 clang build fails without LiveVariables computed here.
addPass(&LiveVariablesID, false);