Skip to content

Commit 279c155

Browse files
[CodeGen] Remove unused function isMSInlineAsm (llvm#69132)
The last use was removed by: commit ee08897 Author: Reid Kleckner <[email protected]> Date: Tue Dec 10 18:27:32 2013 +0000
1 parent c464fea commit 279c155

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/include/llvm/CodeGen/MachineInstr.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,12 +1365,6 @@ class MachineInstr
13651365
getOpcode() == TargetOpcode::INLINEASM_BR;
13661366
}
13671367

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-
13741368
bool isStackAligningInlineAsm() const;
13751369
InlineAsm::AsmDialect getInlineAsmDialect() const;
13761370

0 commit comments

Comments
 (0)