VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 1 Dec 2012 02:23:45 +0000 (02:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 1 Dec 2012 02:23:45 +0000 (02:23 +0000)
commit7fe8a4032a6cf35c19feb024a0e17ec96d88800a
tree0c1d7f7d774c48ddf1953b92cec4582639a2e16c
parent40f1d858071f3e21db97e357c0b5d4bdce109091
VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().

2012-11-30-misched-dbg.ll had crashed. Then (MDNode)N was "!{}".
I am not sure it would be ill-formed or not.

llvm-svn: 169074
llvm/lib/VMCore/DebugInfo.cpp