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

Fix asserts in CodeGen from:

  assert("error");

to:

  assert(0 && "error");

llvm-svn: 139449
parent 28469ca3
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