diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-02-15 22:19:06 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-02-15 22:19:06 +0000 |
commit | 900b21c350aaa5055276655973f047d49f59e9db (patch) | |
tree | 8ad59f0e1988edb5a36a5d2a034f17b2258065db /llvm/lib/CodeGen/DeadMachineInstructionElim.cpp | |
parent | 46f68f50f020ef1e955814eaf98a7a7e67fc39fc (diff) | |
download | llvm-900b21c350aaa5055276655973f047d49f59e9db.zip llvm-900b21c350aaa5055276655973f047d49f59e9db.tar.gz llvm-900b21c350aaa5055276655973f047d49f59e9db.tar.bz2 |
Fix typos
llvm-svn: 295246
Diffstat (limited to 'llvm/lib/CodeGen/DeadMachineInstructionElim.cpp')
-rw-r--r-- | llvm/lib/CodeGen/DeadMachineInstructionElim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp b/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp index 17c229a..7ac2e54 100644 --- a/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp +++ b/llvm/lib/CodeGen/DeadMachineInstructionElim.cpp @@ -110,7 +110,7 @@ bool DeadMachineInstructionElim::runOnMachineFunction(MachineFunction &MF) { // Start out assuming that reserved registers are live out of this block. LivePhysRegs = MRI->getReservedRegs(); - // Add live-ins from sucessors to LivePhysRegs. Normally, physregs are not + // Add live-ins from successors to LivePhysRegs. Normally, physregs are not // live across blocks, but some targets (x86) can have flags live out of a // block. for (MachineBasicBlock::succ_iterator S = MBB.succ_begin(), |