aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/compare-fcmp-ord.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/compare-fcmp-ord.ll')
-rw-r--r--test/CodeGen/PowerPC/compare-fcmp-ord.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/compare-fcmp-ord.ll b/test/CodeGen/PowerPC/compare-fcmp-ord.ll
index fc770f9028..76732d0426 100644
--- a/test/CodeGen/PowerPC/compare-fcmp-ord.ll
+++ b/test/CodeGen/PowerPC/compare-fcmp-ord.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -disable-required-unwind-tables | grep or | count 3
+; RUN: llvm-as < %s | llc -march=ppc32 -unwind-tables-optional | grep or | count 3
; This should produce one 'or' or 'cror' instruction per function.
define i32 @test(double %x, double %y) nounwind {