X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FCodeGen%2FFunctionLoweringInfo.h;h=8cf22eca4fa6ee9e9e6dd28f7c3bdc2cb6bda996;hb=4823be3be1d87632fbd51ce8e51a58ee5e44b115;hp=794a95a03b6bc477c6de4e21ca8a401f7da89add;hpb=7e2c793a2b5c746344652b6579e958ee42fafdcc;p=oota-llvm.git diff --git a/include/llvm/CodeGen/FunctionLoweringInfo.h b/include/llvm/CodeGen/FunctionLoweringInfo.h index 794a95a03b6..8cf22eca4fa 100644 --- a/include/llvm/CodeGen/FunctionLoweringInfo.h +++ b/include/llvm/CodeGen/FunctionLoweringInfo.h @@ -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;