Add support for undef and unreachable
authorChris Lattner <sabre@nondot.org>
Sat, 16 Oct 2004 18:08:06 +0000 (18:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 16 Oct 2004 18:08:06 +0000 (18:08 +0000)
commitb976e668165e1875a8f1eb7af800e33bb1e4393d
treefea6726be7a279c0937865e0ca36976d7f9f3052
parentb9f18592a62b5f60d20ee6d498df0086b1813b21
Add support for undef and unreachable

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17041 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Linker.cpp