Add some simple insertvalue simplifications, for the purpose of cleaning
authorDuncan Sands <baldrick@free.fr>
Mon, 5 Sep 2011 06:52:48 +0000 (06:52 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 5 Sep 2011 06:52:48 +0000 (06:52 +0000)
commitdabc2806726a286b00313419fac8461ebe0f774c
treeb0e316861d47fb91235ebff6b1aeb19bf4729f40
parent26eb870d7e0e28ecb25a0cd77e6cdc0490707eff
Add some simple insertvalue simplifications, for the purpose of cleaning
up do-nothing exception handling code produced by dragonegg.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139113 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/InstructionSimplify.h
lib/Analysis/InstructionSimplify.cpp
test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll [new file with mode: 0644]