[llvm] r255721 - Test commit: fixed spelling error in comment.
Wolfgang Pieb via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 16:08:18 PST 2015
Author: wolfgangp
Date: Tue Dec 15 18:08:18 2015
New Revision: 255721
URL: http://llvm.org/viewvc/llvm-project?rev=255721&view=rev
Log:
Test commit: fixed spelling error in comment.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp?rev=255721&r1=255720&r2=255721&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp Tue Dec 15 18:08:18 2015
@@ -1370,7 +1370,7 @@ bool FastISel::selectInstruction(const 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;
More information about the llvm-commits
mailing list