summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-09-08 02:04:20 +0000
committerFangrui Song <maskray@google.com>2018-09-08 02:04:20 +0000
commit58963e4396d6557aa8509c90ef753a3f41e5f662 (patch)
tree6241b40334fa637115e91356b35e86119f0611df /llvm/lib/CodeGen
parent1ee01bbf37025700f41a1a5a6f3a446577fd87a0 (diff)
downloadbcm5719-llvm-58963e4396d6557aa8509c90ef753a3f41e5f662.tar.gz
bcm5719-llvm-58963e4396d6557aa8509c90ef753a3f41e5f662.zip
Fix typos. NFC
llvm-svn: 341740
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/ImplicitNullChecks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ImplicitNullChecks.cpp b/llvm/lib/CodeGen/ImplicitNullChecks.cpp
index 558dbb08b22..034692de92d 100644
--- a/llvm/lib/CodeGen/ImplicitNullChecks.cpp
+++ b/llvm/lib/CodeGen/ImplicitNullChecks.cpp
@@ -90,7 +90,7 @@ class ImplicitNullChecks : public MachineFunctionPass {
/// A data type for representing the result computed by \c
/// computeDependence. States whether it is okay to reorder the
/// instruction passed to \c computeDependence with at most one
- /// depednency.
+ /// dependency.
struct DependenceResult {
/// Can we actually re-order \p MI with \p Insts (see \c
/// computeDependence).
OpenPOWER on IntegriCloud