From 0a6ee6d1316831c3a5e5e3e0a229eb269795891a Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Mon, 14 Apr 2008 17:56:54 +0000 Subject: Remove -unwind-tables-optional everywhere, since this is now the default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49667 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/or-branch.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/or-branch.ll') diff --git a/test/CodeGen/X86/or-branch.ll b/test/CodeGen/X86/or-branch.ll index 6f6002f7c3..20886d5793 100644 --- a/test/CodeGen/X86/or-branch.ll +++ b/test/CodeGen/X86/or-branch.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -unwind-tables-optional | not grep set +; RUN: llvm-as < %s | llc -march=x86 | not grep set define void @foo(i32 %X, i32 %Y, i32 %Z) nounwind { entry: -- cgit v1.2.3