diff options
| author | Lang Hames <lhames@gmail.com> | 2012-03-13 05:43:30 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2012-03-13 05:43:30 +0000 |
| commit | fdb00ea27d54717f22d8e93ee9e25908ceba9b4c (patch) | |
| tree | 39688092c21fc6f73105c4fbca1a87d28d44f14b /llvm/lib | |
| parent | 2bd636f589302ec937c732d3761325ecc2f88dd2 (diff) | |
| download | bcm5719-llvm-fdb00ea27d54717f22d8e93ee9e25908ceba9b4c.tar.gz bcm5719-llvm-fdb00ea27d54717f22d8e93ee9e25908ceba9b4c.zip | |
Fixed typo in comment.
llvm-svn: 152610
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/RegisterCoalescer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.h b/llvm/lib/CodeGen/RegisterCoalescer.h index ef0c5080860..310b933cab9 100644 --- a/llvm/lib/CodeGen/RegisterCoalescer.h +++ b/llvm/lib/CodeGen/RegisterCoalescer.h @@ -47,7 +47,7 @@ namespace llvm { /// CrossClass - True when both regs are virtual, and newRC is constrained. bool CrossClass; - /// Flipped - True when DstReg and SrcReg are reversed from the oriignal + /// Flipped - True when DstReg and SrcReg are reversed from the original /// copy instruction. bool Flipped; |

