summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-03-13 05:43:30 +0000
committerLang Hames <lhames@gmail.com>2012-03-13 05:43:30 +0000
commitfdb00ea27d54717f22d8e93ee9e25908ceba9b4c (patch)
tree39688092c21fc6f73105c4fbca1a87d28d44f14b /llvm/lib
parent2bd636f589302ec937c732d3761325ecc2f88dd2 (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud