We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c464fea commit 279c155Copy full SHA for 279c155
llvm/include/llvm/CodeGen/MachineInstr.h
@@ -1365,12 +1365,6 @@ class MachineInstr
1365
getOpcode() == TargetOpcode::INLINEASM_BR;
1366
}
1367
1368
- /// FIXME: Seems like a layering violation that the AsmDialect, which is X86
1369
- /// specific, be attached to a generic MachineInstr.
1370
- bool isMSInlineAsm() const {
1371
- return isInlineAsm() && getInlineAsmDialect() == InlineAsm::AD_Intel;
1372
- }
1373
-
1374
bool isStackAligningInlineAsm() const;
1375
InlineAsm::AsmDialect getInlineAsmDialect() const;
1376
0 commit comments