Fix a typo 'iff' => 'if'
[oota-llvm.git] / lib / Target / X86 / X86FloatingPoint.cpp
index 791f5982af7c938fe9222ad170db3df404e43072..2d027ddfc67a139e546340c39136de0f7c425648 100644 (file)
@@ -1280,7 +1280,7 @@ void FPS::handleCompareFP(MachineBasicBlock::iterator &I) {
 }
 
 /// handleCondMovFP - Handle two address conditional move instructions.  These
-/// instructions move a st(i) register to st(0) iff a condition is true.  These
+/// instructions move a st(i) register to st(0) if a condition is true.  These
 /// instructions require that the first operand is at the top of the stack, but
 /// otherwise don't modify the stack at all.
 void FPS::handleCondMovFP(MachineBasicBlock::iterator &I) {