diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-06-01 23:32:40 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-06-01 23:32:40 +0000 |
commit | 11772e093f159a37d92fe5855faa89ad70b1639d (patch) | |
tree | 06bb9698b097cfe76d7e00269bd9f7af3714560a /include/llvm/CodeGen | |
parent | fc09797426894602355d248edb174676ec7fd560 (diff) | |
download | external_llvm-11772e093f159a37d92fe5855faa89ad70b1639d.tar.gz external_llvm-11772e093f159a37d92fe5855faa89ad70b1639d.tar.bz2 external_llvm-11772e093f159a37d92fe5855faa89ad70b1639d.zip |
Typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132437 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/PseudoSourceValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/PseudoSourceValue.h b/include/llvm/CodeGen/PseudoSourceValue.h index bace631ab9..7dab4f9486 100644 --- a/include/llvm/CodeGen/PseudoSourceValue.h +++ b/include/llvm/CodeGen/PseudoSourceValue.h @@ -21,7 +21,7 @@ namespace llvm { class raw_ostream; /// PseudoSourceValue - Special value supplied for machine level alias - /// analysis. It indicates that the a memory access references the functions + /// analysis. It indicates that a memory access references the functions /// stack frame (e.g., a spill slot), below the stack frame (e.g., argument /// space), or constant pool. class PseudoSourceValue : public Value { |