summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-03-12 00:36:20 +0000
committerReid Kleckner <reid@kleckner.net>2015-03-12 00:36:20 +0000
commit47c8e7a0e7fa612363d727aa9db45d6b647b1d49 (patch)
tree2657f999d4113601de379fb126d819ddb83912c3 /llvm/test
parent6e7908ddb7538ff9a6f49aecaa6b603f98cb423e (diff)
downloadbcm5719-llvm-47c8e7a0e7fa612363d727aa9db45d6b647b1d49.tar.gz
bcm5719-llvm-47c8e7a0e7fa612363d727aa9db45d6b647b1d49.zip
Stop calling DwarfEHPrepare from WinEHPrepare
Instead, run both EH preparation passes, and have them both ignore functions with unrecognized EH personalities. Pass delegation involved some hacky code for creating an AnalysisResolver that we don't need now. llvm-svn: 231995
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/win_eh_prepare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win_eh_prepare.ll b/llvm/test/CodeGen/X86/win_eh_prepare.ll
index b457a41e452..e5a7d055a78 100644
--- a/llvm/test/CodeGen/X86/win_eh_prepare.ll
+++ b/llvm/test/CodeGen/X86/win_eh_prepare.ll
@@ -1,4 +1,4 @@
-; RUN: opt -S -winehprepare -mtriple x86_64-pc-windows-msvc < %s | FileCheck %s
+; RUN: opt -S -winehprepare -dwarfehprepare -mtriple x86_64-pc-windows-msvc < %s | FileCheck %s
; FIXME: Add and test outlining here.
OpenPOWER on IntegriCloud