summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Seaborn <mseaborn@chromium.org>2014-03-13 16:23:00 +0000
committerMark Seaborn <mseaborn@chromium.org>2014-03-13 16:23:00 +0000
commitd2a816fe10a1b3da96725ec20a95570413ad22fa (patch)
tree3cc2eb021fe54ac9ff416a93428f8043449dc154
parentc8ed0db5aa876d82ee26d2caf082d3e548513aec (diff)
downloadllvm-d2a816fe10a1b3da96725ec20a95570413ad22fa.tar.gz
llvm-d2a816fe10a1b3da96725ec20a95570413ad22fa.tar.bz2
llvm-d2a816fe10a1b3da96725ec20a95570413ad22fa.tar.xz
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
-rw-r--r--test/CodeGen/ARM/2010-07-26-GlobalMerge.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll b/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
index 2842437e7e..80822c2c42 100644
--- a/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
+++ b/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
@@ -1,4 +1,4 @@
-; RUN: llc -enable-correct-eh-support < %s
+; RUN: llc < %s
; PR7716
target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32-n32"
target triple = "thumbv7-apple-darwin10.0.0"