summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/zero-remat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/zero-remat.ll')
-rw-r--r--test/CodeGen/X86/zero-remat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/zero-remat.ll b/test/CodeGen/X86/zero-remat.ll
index dc0322682f..d486563466 100644
--- a/test/CodeGen/X86/zero-remat.ll
+++ b/test/CodeGen/X86/zero-remat.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86-64 | grep xor | count 4
-; RUN: llvm-as < %s | llc -march=x86-64 -stats -disable-required-unwind-tables -info-output-file - | grep asm-printer | grep 12
+; RUN: llvm-as < %s | llc -march=x86-64 -stats -unwind-tables-optional -info-output-file - | grep asm-printer | grep 12
; RUN: llvm-as < %s | llc -march=x86 | grep fldz
; RUN: llvm-as < %s | llc -march=x86 | not grep fldl