Files
llvm-6502/test/CodeGen/PowerPC
Hal Finkel d1654a769c Remove invalid assert in DAGTypeLegalizer::RemapValue
There is a comment at the top of DAGTypeLegalizer::PerformExpensiveChecks
which, in part, says:

  // Note that these invariants may not hold momentarily when processing a node:
  // the node being processed may be put in a map before being marked Processed.

Unfortunately, this assert would be valid only if the above-mentioned invariant
held unconditionally. This was causing llc to assert when, in fact,
everything was fine.

Thanks to Richard Sandiford for investigating this issue!

Fixes PR16562.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186338 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-15 18:57:05 +00:00
..
2013-07-01 19:42:46 +00:00
2013-03-27 06:52:27 +00:00
2013-07-03 17:59:07 +00:00
2013-04-05 23:29:01 +00:00
2012-12-20 17:47:27 +00:00
2013-04-01 15:58:15 +00:00
2013-01-28 18:36:58 +00:00
2013-04-27 00:43:16 +00:00
2012-12-19 15:49:14 +00:00