mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Adjust to change in Intrinsics.gen interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27344 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
edab1b9133
commit
7224f84c15
@ -308,6 +308,7 @@ bool llvm::isInstructionTriviallyDead(Instruction *I) {
|
||||
|
||||
if (CallInst *CI = dyn_cast<CallInst>(I))
|
||||
if (Function *F = CI->getCalledFunction()) {
|
||||
unsigned IntrinsicID = F->getIntrinsicID();
|
||||
#define GET_SIDE_EFFECT_INFO
|
||||
#include "llvm/Intrinsics.gen"
|
||||
#undef GET_SIDE_EFFECT_INFO
|
||||
|
Loading…
Reference in New Issue
Block a user