IndirectBr is not safe to speculatively execute (!)

llvm-svn: 107454
This commit is contained in:
Dan Gohman 2010-07-02 00:35:34 +00:00
parent a3d664a713
commit c754b1eda1

View File

@ -421,6 +421,7 @@ bool Instruction::isSafeToSpeculativelyExecute() const {
case Store:
case Ret:
case Br:
case IndirectBr:
case Switch:
case Unwind:
case Unreachable: