expr.c (convert_move): Assert that we don't have a BLKmode operand.
authorEric Christopher <echristo@apple.com>
Fri, 1 Jun 2007 00:08:26 +0000 (00:08 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Fri, 1 Jun 2007 00:08:26 +0000 (00:08 +0000)
commited1223badd1d2b17424d9175e92f6ad055942171
tree8a7778f78b6478b913f11b234a51c342ef41b0c0
parente133ace8d907bf42754c86106fc3f04a9d9fe70f
expr.c (convert_move): Assert that we don't have a BLKmode operand.

2007-05-31  Eric Christopher  <echristo@apple.com>

* expr.c (convert_move): Assert that we don't have a BLKmode
operand.
(store_expr): Handle BLKmode moves by calling emit_block_move.

From-SVN: r125246
gcc/ChangeLog
gcc/expr.c