1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 13:11:39 +01:00
Richard Trieu a675de9fac Change:
assert(!"error message");

To:

  assert(0 && "error message");

which is more consistant across the code base.

llvm-svn: 140234
2011-09-21 03:09:09 +00:00
..
2011-09-21 03:09:09 +00:00
2011-03-29 04:28:26 +00:00
2011-09-21 03:09:09 +00:00
2010-11-29 18:16:10 +00:00
2011-06-20 14:12:33 +00:00