Fix thinko check for number of operands to be the one that actually
authorEric Christopher <echristo@apple.com>
Tue, 3 Apr 2012 17:55:42 +0000 (17:55 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 3 Apr 2012 17:55:42 +0000 (17:55 +0000)
commitfa5b05013679fe04bac94084d411d2774608236f
tree68eba184a21abea8e5b8358064f3d9c4b3860c73
parentd5be48a9db6bf9b1b399e1309b9654e06a616165
Fix thinko check for number of operands to be the one that actually
might have more than 19 operands. Add a testcase to make sure I
never screw that up again.

Part of rdar://11026482

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153961 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
test/DebugInfo/X86/ending-run.ll [new file with mode: 0644]