diff options
author | Dan Gohman <gohman@apple.com> | 2008-01-31 00:44:33 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-01-31 00:44:33 +0000 |
commit | 35e9f7d711ad77aec8336073ca843d94f386d498 (patch) | |
tree | 7256287c8e6656b6ddb1f44738b4bc4286fd09b3 | |
parent | 1a0248690aaa9f7baaf1247e5f65a1c0c9e3783c (diff) | |
download | external_llvm-35e9f7d711ad77aec8336073ca843d94f386d498.zip external_llvm-35e9f7d711ad77aec8336073ca843d94f386d498.tar.gz external_llvm-35e9f7d711ad77aec8336073ca843d94f386d498.tar.bz2 |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46588 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/LiveVariables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveVariables.h b/include/llvm/CodeGen/LiveVariables.h index 90b437b..7d39b7a 100644 --- a/include/llvm/CodeGen/LiveVariables.h +++ b/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 |