r249499 - clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensitive checks.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 6 18:29:26 PDT 2015


Author: chapuni
Date: Tue Oct  6 20:29:26 2015
New Revision: 249499

URL: http://llvm.org/viewvc/llvm-project?rev=249499&view=rev
Log:
clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensitive checks.

Modified:
    cfe/trunk/test/CodeGen/exceptions-seh-leave-new.c

Modified: cfe/trunk/test/CodeGen/exceptions-seh-leave-new.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/exceptions-seh-leave-new.c?rev=249499&r1=249498&r2=249499&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/exceptions-seh-leave-new.c (original)
+++ cfe/trunk/test/CodeGen/exceptions-seh-leave-new.c Tue Oct  6 20:29:26 2015
@@ -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);
 




More information about the cfe-commits mailing list