From 54ef9f583197209464127478fd02c0f2fe0938b9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 26 Aug 2008 06:07:47 +0000 Subject: [PATCH] typo fix. llvm-svn: 55355 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 7ec5b8534dd3..f35c8d867df1 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -4231,7 +4231,7 @@ void SelectionDAGLowering::visitInlineAsm(CallSite CS) { 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 PhysReg = TLI.getRegForInlineAsmConstraint(OpInfo.ConstraintCode,