OSDN Git Service

CodeGen: Assert valid MI in AntiDepBreaker::UpdateDbgValue
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 27 Feb 2016 19:23:34 +0000 (19:23 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 27 Feb 2016 19:23:34 +0000 (19:23 +0000)
commitd7b3cd7a4ee6faff53d783e4a3684a3d074701b0
tree2701cf2693d1b1adb457ca96554fc856a272d5db
parent666629273f9cdd0019b2c092327d28219ddd7798
CodeGen: Assert valid MI in AntiDepBreaker::UpdateDbgValue

This already assumes a valid MI, since it dereferences the MI in an
assertion before checking for null.  At an explicit assert.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262144 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AntiDepBreaker.h