mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add new atomic instructions to SCCP. No functional change, but stops debug spam.
llvm-svn: 136723
This commit is contained in:
parent
2f04a6b411
commit
043fa7cc86
@ -532,6 +532,8 @@ private:
|
||||
void visitUnwindInst (TerminatorInst &I) { /*returns void*/ }
|
||||
void visitUnreachableInst(TerminatorInst &I) { /*returns void*/ }
|
||||
void visitFenceInst (FenceInst &I) { /*returns void*/ }
|
||||
void visitAtomicCmpXchgInst (AtomicCmpXchgInst &I) { markOverdefined(&I); }
|
||||
void visitAtomicRMWInst (AtomicRMWInst &I) { markOverdefined(&I); }
|
||||
void visitAllocaInst (Instruction &I) { markOverdefined(&I); }
|
||||
void visitVAArgInst (Instruction &I) { markAnythingOverdefined(&I); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user