IfConversion: factor out 2 functions to skip debug instrs. NFC
authorKyle Butt <kyle+llvm@iteratee.net>
Sat, 6 Aug 2016 01:52:31 +0000 (01:52 +0000)
committerKyle Butt <kyle+llvm@iteratee.net>
Sat, 6 Aug 2016 01:52:31 +0000 (01:52 +0000)
commitfe916828eea2de844227fd1a82f3e107b922261c
tree0d1e147efd7ac2e3dd1c5a4cfd4638edb80d6330
parent09cf304ebc3c75b32f919065e9f32b4fbef590ac
IfConversion: factor out 2 functions to skip debug instrs. NFC

Skipping debug instructions occurrs repeatedly, factor it out.

llvm-svn: 277902
llvm/lib/CodeGen/IfConversion.cpp