llvm-svn: 52062
This commit is contained in:
Evan Cheng 2008-06-06 21:00:10 +00:00
parent 21ba184b27
commit 0b8f2c53a2
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
computeRegisterProperties();
// Perferred loop alignment is 16.
// Preferred loop alignment is 16.
setPrefLoopAlignment(16);
}