OSDN Git Service

[PowerPC] fix trivial typos in comment, NFC
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Tue, 20 Jun 2017 17:53:33 +0000 (17:53 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Tue, 20 Jun 2017 17:53:33 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305813 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetMachine.cpp

index fd8df8c..a88a654 100644 (file)
@@ -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);