Skip to content
Commit cf24656e authored by Richard Trieu's avatar Richard Trieu
Browse files

Change:

  assert(!"error message");

To:

  assert(0 && "error message");

which is more consistant across the code base.

llvm-svn: 140232
parent e4f3180f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment