Add an IR-to-IR test for dwarf EH preparation using opt
authorReid Kleckner <reid@kleckner.net>
Wed, 18 Feb 2015 23:17:41 +0000 (23:17 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 18 Feb 2015 23:17:41 +0000 (23:17 +0000)
commitf89d9b1c75d0a1db28425670076a369172bc98bb
treea898308c00d10b9dcecf5829fb9c96b60c1172b2
parent2b42a5c3bdd4316a6caf6aab887598086ca22c75
Add an IR-to-IR test for dwarf EH preparation using opt

This tests the simple resume instruction elimination logic that we have
before making some changes to it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229768 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
lib/CodeGen/DwarfEHPrepare.cpp
test/CodeGen/X86/dwarf-eh-prepare.ll [new file with mode: 0644]
tools/opt/opt.cpp