mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Tidy up. Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138067 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -432,8 +432,8 @@ bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
|
|||||||
|
|
||||||
if (!T.getRegisterClass(InstOpRec)
|
if (!T.getRegisterClass(InstOpRec)
|
||||||
.contains(T.getRegBank().getReg(ADI->getDef())))
|
.contains(T.getRegBank().getReg(ADI->getDef())))
|
||||||
throw TGError(Loc, "fixed register " +ADI->getDef()->getName()
|
throw TGError(Loc, "fixed register " + ADI->getDef()->getName() +
|
||||||
+ " is not a member of the " + InstOpRec->getName() +
|
" is not a member of the " + InstOpRec->getName() +
|
||||||
" register class!");
|
" register class!");
|
||||||
|
|
||||||
if (!Result->getArgName(AliasOpNo).empty())
|
if (!Result->getArgName(AliasOpNo).empty())
|
||||||
|
Reference in New Issue
Block a user