mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 17:28:53 +00:00
![Richard Trieu](/assets/img/avatar_default.png)
assert(!"error message"); To: assert(0 && "error message"); which is more consistant across the code base. llvm-svn: 140234
assert(!"error message"); To: assert(0 && "error message"); which is more consistant across the code base. llvm-svn: 140234