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