Test commit: fixed spelling error in comment.
authorWolfgang Pieb <Wolfgang_Pieb@playstation.sony.com>
Wed, 16 Dec 2015 00:08:18 +0000 (00:08 +0000)
committerWolfgang Pieb <Wolfgang_Pieb@playstation.sony.com>
Wed, 16 Dec 2015 00:08:18 +0000 (00:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255721 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/FastISel.cpp

index 98ce8d56ea8fc228dcf7989c254dc0de7925b63a..cfbb20947acc7a41ecaa5ea3bc6dbae409d92f81 100644 (file)
@@ -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;