summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/volatile.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/volatile.ll')
-rw-r--r--llvm/test/CodeGen/X86/volatile.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/volatile.ll b/llvm/test/CodeGen/X86/volatile.ll
index f919b5de496..e40f87b30e4 100644
--- a/llvm/test/CodeGen/X86/volatile.ll
+++ b/llvm/test/CodeGen/X86/volatile.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 | grep movsd | count 5
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 -O0 | grep movsd | count 5
+; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 -fast | grep movsd | count 5
@x = external global double
OpenPOWER on IntegriCloud