Skip to content
Commit a318b8dc 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: 140234
parent 3d673cc3
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