[llvm-commits] [llvm] r55355 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Chris Lattner sabre at nondot.org
Mon Aug 25 23:07:48 PDT 2008


Author: lattner
Date: Tue Aug 26 01:07:47 2008
New Revision: 55355

URL: http://llvm.org/viewvc/llvm-project?rev=55355&view=rev
Log:
typo fix.


Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp?rev=55355&r1=55354&r2=55355&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp Tue Aug 26 01:07:47 2008
@@ -4231,7 +4231,7 @@
     if (!SawEarlyClobber &&
         OpInfo.Type == InlineAsm::isClobber &&
         OpInfo.ConstraintType == TargetLowering::C_Register) {
-      // Note that we want to ignore things that we don't trick here, like
+      // Note that we want to ignore things that we don't track here, like
       // dirflag, fpsr, flags, etc.
       std::pair<unsigned, const TargetRegisterClass*> PhysReg = 
         TLI.getRegForInlineAsmConstraint(OpInfo.ConstraintCode,





More information about the llvm-commits mailing list