OSDN Git Service

Add an assert to cature null Operands. It is better to catch it here than
authorReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:37:59 +0000 (19:37 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:37:59 +0000 (19:37 +0000)
commit1390103887d092d1310807c8ef71c3dc6aa33344
tree5a7903981dc877fb3251fe91b0e79265e4225716
parent57ec727933982d9095c6a58b06d3e14379784e87
Add an assert to cature null Operands. It is better to catch it here than
to SIGSEGV in the bowels of isa<...> later.

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