summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-13 06:48:39 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-13 06:48:39 +0000
commite9dea6e61396fb9325b36c0d3bcf5217bb09b0cc (patch)
treef3a129f101cddd7b5de06d95bc080bffb2401b57 /llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
parentf3de5eb7c6838e70ca56ece8a360437008aa073c (diff)
downloadbcm5719-llvm-e9dea6e61396fb9325b36c0d3bcf5217bb09b0cc.tar.gz
bcm5719-llvm-e9dea6e61396fb9325b36c0d3bcf5217bb09b0cc.zip
fix typos in comments and error messges; NFC
llvm-svn: 307885
Diffstat (limited to 'llvm/lib/CodeGen/PostRAHazardRecognizer.cpp')
-rw-r--r--llvm/lib/CodeGen/PostRAHazardRecognizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp b/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
index 425a59dc037..4a50d895340 100644
--- a/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
+++ b/llvm/lib/CodeGen/PostRAHazardRecognizer.cpp
@@ -23,7 +23,7 @@
/// This pass traverses all the instructions in a program in top-down order.
/// In contrast to the instruction scheduling passes, this pass never resets
/// the hazard recognizer to ensure it can correctly handles noop hazards at
-/// the begining of blocks.
+/// the beginning of blocks.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud