Convert assert(0) to llvm_unreachable
authorCraig Topper <craig.topper@gmail.com>
Sun, 5 Feb 2012 22:14:15 +0000 (22:14 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 5 Feb 2012 22:14:15 +0000 (22:14 +0000)
commit50bee42b54cd9aec5f49566307df2b0cf23afcf6
treecaa20b5d1a706f63057cf77fd42f4c6126050746
parent2cb395eae71dacda49ca3fe758618fc3e0701659
Convert assert(0) to llvm_unreachable

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149849 91177308-0d34-0410-b5e6-96231b3b80d8
35 files changed:
include/llvm/ADT/BitVector.h
include/llvm/ADT/ImmutableSet.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/Trie.h
include/llvm/ADT/Twine.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/ProfileInfo.h
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/PBQP/HeuristicBase.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/Constant.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCFixup.h
include/llvm/MC/MCRegisterInfo.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Recycler.h
include/llvm/TableGen/Record.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetJITInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/User.h
lib/VMCore/Constants.cpp
lib/VMCore/Core.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/PassManager.cpp
lib/VMCore/ValueTypes.cpp