diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-30 12:59:53 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-03-30 12:59:53 +0000 |
| commit | 68168d17b9acc1979cdfa16df0593d3cd1a55247 (patch) | |
| tree | 76449aaadafaaafa430dc50672fcb353e286d70f /llvm/lib/CodeGen | |
| parent | 53667b8dff805984af8466004ad3fc7a1de65cc7 (diff) | |
| download | bcm5719-llvm-68168d17b9acc1979cdfa16df0593d3cd1a55247.tar.gz bcm5719-llvm-68168d17b9acc1979cdfa16df0593d3cd1a55247.zip | |
Spelling mistakes in comments. NFCI.
Based on corrections mentioned in patch for clang for PR27635
llvm-svn: 299072
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/DetectDeadLanes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DetectDeadLanes.cpp b/llvm/lib/CodeGen/DetectDeadLanes.cpp index a7ba694c144..6f4ea1912cf 100644 --- a/llvm/lib/CodeGen/DetectDeadLanes.cpp +++ b/llvm/lib/CodeGen/DetectDeadLanes.cpp @@ -441,7 +441,7 @@ LaneBitmask DetectDeadLanes::determineInitialUsedLanes(unsigned Reg) { const TargetRegisterClass *DstRC = MRI->getRegClass(DefReg); CrossCopy = isCrossCopy(*MRI, UseMI, DstRC, MO); if (CrossCopy) - DEBUG(dbgs() << "Copy accross incompatible classes: " << UseMI); + DEBUG(dbgs() << "Copy across incompatible classes: " << UseMI); } if (!CrossCopy) |

