IndirectBr is not safe to speculatively execute (!)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2010-07-02 00:35:34 +00:00
parent 89496d0eb7
commit 108e3707fa

View File

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