diff options
| -rw-r--r-- | polly/include/polly/Support/VirtualInstruction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/include/polly/Support/VirtualInstruction.h b/polly/include/polly/Support/VirtualInstruction.h index e54103eb227..bf7ebe4d67a 100644 --- a/polly/include/polly/Support/VirtualInstruction.h +++ b/polly/include/polly/Support/VirtualInstruction.h @@ -242,8 +242,6 @@ public: VirtualInstruction(ScopStmt *Stmt, Instruction *Inst) : Stmt(Stmt), Inst(Inst) { assert(Stmt && Inst); - assert(Stmt->contains(Inst) && - "A virtual instruction must be exist in that statement"); } VirtualOperandIterator operand_begin() const { |

