aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/fabs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/fabs.ll')
-rw-r--r--test/CodeGen/PowerPC/fabs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/fabs.ll b/test/CodeGen/PowerPC/fabs.ll
index 156e00b..ddcce74 100644
--- a/test/CodeGen/PowerPC/fabs.ll
+++ b/test/CodeGen/PowerPC/fabs.ll
@@ -2,6 +2,6 @@
define double @fabs(double %f) {
entry:
- %tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1]
+ %tmp2 = tail call double @fabs( double %f ) readnone ; <double> [#uses=1]
ret double %tmp2
}