summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-19 19:41:26 +0000
committerAlp Toker <alp@nuanti.com>2014-06-19 19:41:26 +0000
commit1d099d93399892cb07816aba7782c452b353b136 (patch)
tree3fb31c1003e3c393d421143a94b306262d9affc4 /llvm/lib/Target/X86
parent86d1259ca78b291cd5e11e5aaf797d8c387643f2 (diff)
downloadbcm5719-llvm-1d099d93399892cb07816aba7782c452b353b136.tar.gz
bcm5719-llvm-1d099d93399892cb07816aba7782c452b353b136.zip
Fix typos
llvm-svn: 211304
Diffstat (limited to 'llvm/lib/Target/X86')
-rw-r--r--llvm/lib/Target/X86/X86FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp
index 9557d96d530..6bccd1290fe 100644
--- a/llvm/lib/Target/X86/X86FastISel.cpp
+++ b/llvm/lib/Target/X86/X86FastISel.cpp
@@ -1315,7 +1315,7 @@ bool X86FastISel::X86SelectBranch(const Instruction *I) {
FuncInfo.MBB->addSuccessor(TrueMBB, BranchWeight);
// Emits an unconditional branch to the FalseBB, obtains the branch
- // weight, andd adds it to the successor list.
+ // weight, and adds it to the successor list.
FastEmitBranch(FalseMBB, DbgLoc);
return true;
OpenPOWER on IntegriCloud