mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Adjust to change in Intrinsics.gen interface.
llvm-svn: 27344
This commit is contained in:
parent
104db817c8
commit
e314cf19ba
@ -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