diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86FloatingPoint.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/X86FloatingPoint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86FloatingPoint.cpp b/llvm/lib/Target/X86/X86FloatingPoint.cpp index 3718ac5dd27..324c248448e 100644 --- a/llvm/lib/Target/X86/X86FloatingPoint.cpp +++ b/llvm/lib/Target/X86/X86FloatingPoint.cpp @@ -1546,8 +1546,8 @@ void FPS::handleSpecialFP(MachineBasicBlock::iterator &Inst) { --e; } - // We may have been carrying spurious live-ins, so make sure only the returned - // registers are left live. + // We may have been carrying spurious live-ins, so make sure only the + // returned registers are left live. adjustLiveRegs(LiveMask, MI); if (!LiveMask) return; // Quick check to see if any are possible. |

