]> granicus.if.org Git - llvm/commit
[X86] Add a debug print of the node in the default case for unhandled opcodes in...
authorCraig Topper <craig.topper@intel.com>
Fri, 21 Jun 2019 18:49:21 +0000 (18:49 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 21 Jun 2019 18:49:21 +0000 (18:49 +0000)
commitb9123f85905631e22cac01f2a589ca097c42775a
treef283314ecb2c5354b14a3801898545e91f61ed20
parent59c7547c88a2017dddc7854028d9175a773a9df6
[X86] Add a debug print of the node in the default case for unhandled opcodes in ReplaceNodeResults.

This should be unreachable, but bugs can make it reachable. This
adds a debug print so we can see the bad node in the output when
the llvm_unreachable triggers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364091 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp