summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/setuge.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/setuge.ll')
-rw-r--r--test/CodeGen/X86/setuge.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/setuge.ll b/test/CodeGen/X86/setuge.ll
index 37dff15d20..11dc753377 100644
--- a/test/CodeGen/X86/setuge.ll
+++ b/test/CodeGen/X86/setuge.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -disable-required-unwind-tables | not grep set
+; RUN: llvm-as < %s | llc -march=x86 -unwind-tables-optional | not grep set
declare i1 @llvm.isunordered.f32(float, float)