From: Wolfgang Pieb Date: Wed, 16 Dec 2015 00:08:18 +0000 (+0000) Subject: Test commit: fixed spelling error in comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8ed153fafabbbb949aa7d9afb4cac8d1ff6c06fb;p=oota-llvm.git Test commit: fixed spelling error in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255721 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index 98ce8d56ea8..cfbb20947ac 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -1370,7 +1370,7 @@ bool FastISel::selectInstruction(const Instruction *I) { LibInfo->hasOptimizedCodeGen(Func)) return false; - // Don't handle Intrinsic::trap if a trap funciton is specified. + // Don't handle Intrinsic::trap if a trap function is specified. if (F && F->getIntrinsicID() == Intrinsic::trap && Call->hasFnAttr("trap-func-name")) return false;