Fix a typo 'iff' => 'if'
[oota-llvm.git] / include / llvm / CodeGen / FunctionLoweringInfo.h
index 8cf22eca4fa6ee9e9e6dd28f7c3bdc2cb6bda996..794a95a03b6bc477c6de4e21ca8a401f7da89add 100644 (file)
@@ -58,7 +58,7 @@ public:
   MachineFunction *MF;
   MachineRegisterInfo *RegInfo;
   BranchProbabilityInfo *BPI;
-  /// CanLowerReturn - true iff the function's return value can be lowered to
+  /// CanLowerReturn - true if the function's return value can be lowered to
   /// registers.
   bool CanLowerReturn;