diff options
author | Dale Johannesen <dalej@apple.com> | 2008-04-14 17:56:54 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-04-14 17:56:54 +0000 |
commit | 0a6ee6d1316831c3a5e5e3e0a229eb269795891a (patch) | |
tree | fbab0e22b00ef3d9e5ccecb4120d168d2b32381d /test/CodeGen/X86/select.ll | |
parent | 29e4bdbf27c5f03b12dd2bc41d9ccb0d5f3dfdf4 (diff) |
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
Diffstat (limited to 'test/CodeGen/X86/select.ll')
-rw-r--r-- | test/CodeGen/X86/select.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll index 3acaa172e18..e5d61012537 100644 --- a/test/CodeGen/X86/select.ll +++ b/test/CodeGen/X86/select.ll @@ -1,6 +1,6 @@ -; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium -unwind-tables-optional -; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -unwind-tables-optional -; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -unwind-tables-optional | not grep set +; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium +; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah +; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | not grep set define i1 @boolSel(i1 %A, i1 %B, i1 %C) nounwind { %X = select i1 %A, i1 %B, i1 %C ; <i1> [#uses=1] |