diff options
| author | Matthias Braun <matze@braunis.de> | 2013-10-11 15:40:14 +0000 |
|---|---|---|
| committer | Matthias Braun <matze@braunis.de> | 2013-10-11 15:40:14 +0000 |
| commit | b542fa514b5b224b1acaab42b9311c36c0b0bdd9 (patch) | |
| tree | 34ef3f904676b8c7626e34c0ed5d47d8f205b1a6 /llvm/lib/CodeGen | |
| parent | 94b88b885114e0329e307456ff741fd32dfbe499 (diff) | |
| download | bcm5719-llvm-b542fa514b5b224b1acaab42b9311c36c0b0bdd9.tar.gz bcm5719-llvm-b542fa514b5b224b1acaab42b9311c36c0b0bdd9.zip | |
fix typo in comment
llvm-svn: 192455
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/ExpandPostRAPseudos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp b/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp index 1611db8d91a..6c73fffb201 100644 --- a/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp +++ b/llvm/lib/CodeGen/ExpandPostRAPseudos.cpp @@ -104,7 +104,7 @@ bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) { } if (DstSubReg == InsReg) { - // No need to insert an identify copy instruction. + // No need to insert an identity copy instruction. // Watch out for case like this: // %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3 // We must leave %RAX live. |

