aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/negative-sin.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/negative-sin.ll')
-rw-r--r--test/CodeGen/X86/negative-sin.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/negative-sin.ll b/test/CodeGen/X86/negative-sin.ll
index 189c43c74b..7842eb8456 100644
--- a/test/CodeGen/X86/negative-sin.ll
+++ b/test/CodeGen/X86/negative-sin.ll
@@ -6,7 +6,7 @@ declare double @sin(double %f)
define double @foo(double %e)
{
%f = fsub double 0.0, %e
- %g = call double @sin(double %f)
+ %g = call double @sin(double %f) readonly
%h = fsub double 0.0, %g
ret double %h
}