summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/iabs.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-04-08 18:10:08 +0000
committerDale Johannesen <dalej@apple.com>2008-04-08 18:10:08 +0000
commit5169fa17b595a04c972ec4d0ca94343a88be1c9e (patch)
treebd810222a48da15146eff76df3c05541a60af218 /llvm/test/CodeGen/X86/iabs.ll
parent4c0c018bc50bfbf8c0ad2f374597e59bd63f6839 (diff)
downloadbcm5719-llvm-5169fa17b595a04c972ec4d0ca94343a88be1c9e.tar.gz
bcm5719-llvm-5169fa17b595a04c972ec4d0ca94343a88be1c9e.zip
Rename -disable-required-unwind-tables to -unwind-tables-optional.
llvm-svn: 49391
Diffstat (limited to 'llvm/test/CodeGen/X86/iabs.ll')
-rw-r--r--llvm/test/CodeGen/X86/iabs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/iabs.ll b/llvm/test/CodeGen/X86/iabs.ll
index dd390395fdb..e4078f1e8a6 100644
--- a/llvm/test/CodeGen/X86/iabs.ll
+++ b/llvm/test/CodeGen/X86/iabs.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -stats -disable-required-unwind-tables |& \
+; RUN: llvm-as < %s | llc -march=x86-64 -stats -unwind-tables-optional |& \
; RUN: grep {6 .*Number of machine instrs printed}
;; Integer absolute value, should produce something at least as good as:
OpenPOWER on IntegriCloud