Fix comments per Duncan's review.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131055 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eli Friedman 2011-05-07 19:23:14 +00:00
parent 5d23b42e69
commit aec038fa84

View File

@ -1182,7 +1182,7 @@ protected:
}
/// setPrefFunctionAlignment - Set the target's preferred function alignment.
/// This should be set if there is a small performance benefit to
/// This should be set if there is a performance benefit to
/// higher-than-minimum alignment
void setPrefFunctionAlignment(unsigned Align) {
PrefFunctionAlignment = Align;
@ -1728,12 +1728,12 @@ private:
///
unsigned MinFunctionAlignment;
/// PrefFunctionAlignment - The perferred function alignment (used when
/// PrefFunctionAlignment - The preferred function alignment (used when
/// alignment unspecified and optimizing for speed).
///
unsigned PrefFunctionAlignment;
/// PrefLoopAlignment - The perferred loop alignment.
/// PrefLoopAlignment - The preferred loop alignment.
///
unsigned PrefLoopAlignment;