From: NAKAMURA Takumi Date: Wed, 7 Oct 2015 01:29:26 +0000 (+0000) Subject: clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensit... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9ceee0abb2822019cb083ff865b3bd0f4e4bcaa;p=clang clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensitive checks. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249499 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/exceptions-seh-leave-new.c b/test/CodeGen/exceptions-seh-leave-new.c index 69c1a56bca..2895edbdfe 100644 --- a/test/CodeGen/exceptions-seh-leave-new.c +++ b/test/CodeGen/exceptions-seh-leave-new.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple x86_64-pc-win32 -fms-extensions -fnew-ms-eh -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple x86_64-pc-win32 -fms-extensions -fnew-ms-eh -emit-llvm -o - | opt -instnamer -S | FileCheck %s void g(void);