Cleanup: Remove use of old "-enable-correct-eh-support" option from a test
authorMark Seaborn <mseaborn@chromium.org>
Thu, 13 Mar 2014 16:23:00 +0000 (16:23 +0000)
committerMark Seaborn <mseaborn@chromium.org>
Thu, 13 Mar 2014 16:23:00 +0000 (16:23 +0000)
commitd2a816fe10a1b3da96725ec20a95570413ad22fa
tree3cc2eb021fe54ac9ff416a93428f8043449dc154
parentc8ed0db5aa876d82ee26d2caf082d3e548513aec
Cleanup: Remove use of old "-enable-correct-eh-support" option from a test

This option enables LowerInvoke's obsolete SJLJ EH support, but the
target used in this test (ARM Darwin) no longer uses the LowerInvoke
pass, so the option has no effect here.  This target currently uses
the newer SjLjEHPrepare pass instead.

This cleanup will help with removing "-enable-correct-eh-support".

Differential Revision: http://llvm-reviews.chandlerc.com/D3064

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203810 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ARM/2010-07-26-GlobalMerge.ll