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

Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and

lib/ExecutionEngine/MCJIT/MCJIT.cpp from:

  assert("error");

to:

  assert(0 && "error");

llvm-svn: 139456
parent e5e7e6bc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment