diff options
Diffstat (limited to 'llvm/test/CodeGen/WinEH/seh-inlined-finally.ll')
-rw-r--r-- | llvm/test/CodeGen/WinEH/seh-inlined-finally.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WinEH/seh-inlined-finally.ll b/llvm/test/CodeGen/WinEH/seh-inlined-finally.ll index 21645cfc8ca..2e6171a8ced 100644 --- a/llvm/test/CodeGen/WinEH/seh-inlined-finally.ll +++ b/llvm/test/CodeGen/WinEH/seh-inlined-finally.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -winehprepare < %s | FileCheck %s +; RUN: opt -S -winehprepare -sehprepare < %s | FileCheck %s ; Check that things work when the mid-level optimizer inlines the finally ; block. |