Skip to content
  • Torok Edwin's avatar
    assert(0) -> LLVM_UNREACHABLE. · 56d06597
    Torok Edwin authored
    Make llvm_unreachable take an optional string, thus moving the cerr<< out of
    line.
    LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
    NDEBUG builds.
    
    llvm-svn: 75379
    56d06597
Loading