var-tracking.c (add_stores): Return instead of asserting if old and new values for...
authorJoseph Myers <joseph@codesourcery.com>
Mon, 30 Jun 2014 20:53:33 +0000 (21:53 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 30 Jun 2014 20:53:33 +0000 (21:53 +0100)
commit0ca59830558c865ea8329e387207d9682021f405
tree71dfe9761664192223d86c4f189c86034f5d2398
parent5796bf3422e2e7aa652020100c742fa6b26f40c9
var-tracking.c (add_stores): Return instead of asserting if old and new values for conditional store are the...

* var-tracking.c (add_stores): Return instead of asserting if old
and new values for conditional store are the same.

From-SVN: r212178
gcc/ChangeLog
gcc/var-tracking.c