aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-06 21:00:10 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-06 21:00:10 +0000
commitbecc10964d924611cbb74583a054549c40307c0c (patch)
tree9df8748f642f3d9dacba0d94716954989cb5a35a /lib
parentb16699a191e02f6af69820dcf8a5ed92f69f3d9f (diff)
downloadexternal_llvm-becc10964d924611cbb74583a054549c40307c0c.zip
external_llvm-becc10964d924611cbb74583a054549c40307c0c.tar.gz
external_llvm-becc10964d924611cbb74583a054549c40307c0c.tar.bz2
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52062 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp
index 10256e7..f5a0114 100644
--- a/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -364,7 +364,7 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
computeRegisterProperties();
- // Perferred loop alignment is 16.
+ // Preferred loop alignment is 16.
setPrefLoopAlignment(16);
}