diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-06-20 17:53:33 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-06-20 17:53:33 +0000 |
commit | e7a35539c5521985d75e89f3329a84fed09584e4 (patch) | |
tree | 8960b2f4756d3cdf127af8f087b7dec8d5d3ff40 | |
parent | c9cb1c13bab07bd56ecf3ae9be92a393b53c859b (diff) | |
download | llvm-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.cpp | 2 |
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); |