diff options
| author | Matthias Braun <matze@braunis.de> | 2013-09-06 16:19:22 +0000 |
|---|---|---|
| committer | Matthias Braun <matze@braunis.de> | 2013-09-06 16:19:22 +0000 |
| commit | 9804f81fde5102b027c93538a460c1598c0b340d (patch) | |
| tree | 8e8c4e50ea85a9dda4bc34e058fd6273a86d92b4 /llvm | |
| parent | 7bd9186cdd35ed39efea6c53af3244d687418834 (diff) | |
| download | bcm5719-llvm-9804f81fde5102b027c93538a460c1598c0b340d.tar.gz bcm5719-llvm-9804f81fde5102b027c93538a460c1598c0b340d.zip | |
fix typo in comment
llvm-svn: 190165
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/LiveInterval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveInterval.h b/llvm/include/llvm/CodeGen/LiveInterval.h index 84323deef83..345f0dddf5b 100644 --- a/llvm/include/llvm/CodeGen/LiveInterval.h +++ b/llvm/include/llvm/CodeGen/LiveInterval.h @@ -242,7 +242,7 @@ namespace llvm { /// unused values. void RenumberValues(); - /// MergeValueNumberInto - This method is called when two value nubmers + /// MergeValueNumberInto - This method is called when two value numbers /// are found to be equivalent. This eliminates V1, replacing all /// LiveRanges with the V1 value number with the V2 value number. This can /// cause merging of V1/V2 values numbers and compaction of the value space. |

