mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55355 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1146728bfa
commit
09c5d8baa2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user