]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensit...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 7 Oct 2015 01:29:26 +0000 (01:29 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 7 Oct 2015 01:29:26 +0000 (01:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249499 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/exceptions-seh-leave-new.c

index 69c1a56bca9250a4fca11c462f7c375b05e65775..2895edbdfefbba6d988559d43ea93c87614cfd7c 100644 (file)
@@ -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);