summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Pieb <Wolfgang_Pieb@playstation.sony.com>2015-12-16 00:08:18 +0000
committerWolfgang Pieb <Wolfgang_Pieb@playstation.sony.com>2015-12-16 00:08:18 +0000
commit8ed153fafabbbb949aa7d9afb4cac8d1ff6c06fb (patch)
treee575d0ea1aa89072a9f214d17806e8fb60030731
parent6da3c1a607b46bdba580daed56557abf37e8920d (diff)
Test commit: fixed spelling error in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255721 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
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;