[llvm] r305813 - [PowerPC] fix trivial typos in comment, NFC

Hiroshi Inoue via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 10:53:33 PDT 2017


Author: inouehrs
Date: Tue Jun 20 12:53:33 2017
New Revision: 305813

URL: http://llvm.org/viewvc/llvm-project?rev=305813&view=rev
Log:
[PowerPC] fix trivial typos in comment, NFC


Modified:
    llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.cpp?rev=305813&r1=305812&r2=305813&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCTargetMachine.cpp Tue Jun 20 12:53:33 2017
@@ -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);




More information about the llvm-commits mailing list