summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
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
commit60b7ca6713c0008759d56b85b0a05b47d91928ad (patch)
tree113b032f35d24bce9d35f6b4c7c56e80c02b2259 /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
parent6e9810c8ef3f9ef300a1c9129b2fe0565cee2b85 (diff)
downloadbcm5719-llvm-60b7ca6713c0008759d56b85b0a05b47d91928ad.tar.gz
bcm5719-llvm-60b7ca6713c0008759d56b85b0a05b47d91928ad.zip
Test commit: fixed spelling error in comment.
llvm-svn: 255721
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index 98ce8d56ea8..cfbb20947ac 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud