diff options
author | Eric Christopher <echristo@gmail.com> | 2017-08-03 22:41:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-08-03 22:41:12 +0000 |
commit | 52854dcd349d80be40a5def3f678c9dcf10f2c90 (patch) | |
tree | 191b20944b0a4ab658c49a1697b6ad4cab0c91b8 /llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | |
parent | 7016f134508ee55d0ede9c247be0bb2926458f53 (diff) | |
download | bcm5719-llvm-52854dcd349d80be40a5def3f678c9dcf10f2c90.tar.gz bcm5719-llvm-52854dcd349d80be40a5def3f678c9dcf10f2c90.zip |
Fix typo.
llvm-svn: 309997
Diffstat (limited to 'llvm/lib/CodeGen/ScheduleDAGInstrs.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGInstrs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp index 99baa07390e..08b785d742a 100644 --- a/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -1348,7 +1348,7 @@ static bool hasDataSucc(const SUnit *SU) { /// search from this root. void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) { if (!IsBottomUp) - llvm_unreachable("Top-down ILP metric is unimplemnted"); + llvm_unreachable("Top-down ILP metric is unimplemented"); SchedDFSImpl Impl(*this); for (const SUnit &SU : SUnits) { |