mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Anna's test commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ca7338083
commit
7bc5632218
@ -278,7 +278,7 @@ namespace {
|
||||
return AI;
|
||||
}
|
||||
|
||||
// isInlineAsm - Check if the instruction is a call to an inline asm chunk
|
||||
// isInlineAsm - Check if the instruction is a call to an inline asm chunk.
|
||||
static bool isInlineAsm(const Instruction& I) {
|
||||
if (const CallInst *CI = dyn_cast<CallInst>(&I))
|
||||
return isa<InlineAsm>(CI->getCalledValue());
|
||||
|
Loading…
x
Reference in New Issue
Block a user