diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-18 14:43:39 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-18 14:43:39 +0000 |
| commit | 7eb05a170a7fcd7d63ce12b6692c2e9e27631634 (patch) | |
| tree | 640876643616502c9623ba5d14e021c7c88b9682 /llvm/lib/Target/X86/FloatingPoint.cpp | |
| parent | 688d99fd9ceafc4d0b99501d1cf5d49892c44166 (diff) | |
| download | bcm5719-llvm-7eb05a170a7fcd7d63ce12b6692c2e9e27631634.tar.gz bcm5719-llvm-7eb05a170a7fcd7d63ce12b6692c2e9e27631634.zip | |
Spell `necessary' correctly.
llvm-svn: 7944
Diffstat (limited to 'llvm/lib/Target/X86/FloatingPoint.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/FloatingPoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/FloatingPoint.cpp b/llvm/lib/Target/X86/FloatingPoint.cpp index d620599fb13..f8f483fdafd 100644 --- a/llvm/lib/Target/X86/FloatingPoint.cpp +++ b/llvm/lib/Target/X86/FloatingPoint.cpp @@ -185,7 +185,7 @@ bool FPS::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) { if (Reg >= X86::FP0 && Reg <= X86::FP6) { DEBUG(std::cerr << "Register FP#" << Reg-X86::FP0 << " is dead!\n"); ++I; // Insert fxch AFTER the instruction - moveToTop(Reg-X86::FP0, I); // Insert fxch if neccesary + moveToTop(Reg-X86::FP0, I); // Insert fxch if necessary --I; // Move to fxch or old instruction popStackAfter(I); // Pop the top of the stack, killing value } |

