summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-01-31 00:44:33 +0000
committerDan Gohman <gohman@apple.com>2008-01-31 00:44:33 +0000
commitc2fdeee1ed68a0db5238a53b92d24acd293d4157 (patch)
tree3795a7c6ad2ceb1cf2668e4010ecdaa0d9cc6b7d
parent9ba4d768166e76e80410a09e6eceaa96ca0bd64e (diff)
downloadbcm5719-llvm-c2fdeee1ed68a0db5238a53b92d24acd293d4157.tar.gz
bcm5719-llvm-c2fdeee1ed68a0db5238a53b92d24acd293d4157.zip
Fix a typo in a comment.
llvm-svn: 46588
-rw-r--r--llvm/include/llvm/CodeGen/LiveVariables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveVariables.h b/llvm/include/llvm/CodeGen/LiveVariables.h
index 90b437bf7a2..7d39b7af8aa 100644
--- a/llvm/include/llvm/CodeGen/LiveVariables.h
+++ b/llvm/include/llvm/CodeGen/LiveVariables.h
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements the LiveVariable analysis pass. For each machine
+// This file implements the LiveVariables analysis pass. For each machine
// instruction in the function, this pass calculates the set of registers that
// are immediately dead after the instruction (i.e., the instruction calculates
// the value, but it is never used) and the set of registers that are used by
OpenPOWER on IntegriCloud