mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 19:10:19 +00:00
IndirectBr is not safe to speculatively execute (!)
llvm-svn: 107454
This commit is contained in:
parent
a3d664a713
commit
c754b1eda1
@ -421,6 +421,7 @@ bool Instruction::isSafeToSpeculativelyExecute() const {
|
||||
case Store:
|
||||
case Ret:
|
||||
case Br:
|
||||
case IndirectBr:
|
||||
case Switch:
|
||||
case Unwind:
|
||||
case Unreachable:
|
||||
|
Loading…
x
Reference in New Issue
Block a user