From: Hiroshi Inoue Date: Tue, 20 Jun 2017 17:53:33 +0000 (+0000) Subject: [PowerPC] fix trivial typos in comment, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ee2a16f0f0ece412dec34523a940f0dccb8f0f4;p=llvm [PowerPC] fix trivial typos in comment, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305813 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index fd8df8c2335..a88a6541e8d 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/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);