typo fix.

llvm-svn: 55355
This commit is contained in:
Chris Lattner 2008-08-26 06:07:47 +00:00
parent 3b4fdb0951
commit 54ef9f5831
1 changed files with 1 additions and 1 deletions

View File

@ -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<unsigned, const TargetRegisterClass*> PhysReg =
TLI.getRegForInlineAsmConstraint(OpInfo.ConstraintCode,