diff options
Diffstat (limited to 'test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll')
-rw-r--r-- | test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll b/test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll index 6bf8224904ec..ccc287c5f2bc 100644 --- a/test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll +++ b/test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll @@ -12,10 +12,10 @@ entry: %b = alloca double, align 8 %c = alloca double, align 8 store i32 0, i32* %retval - store double 1.540000e+01, double* %a, align 8 - store double 9.100000e+00, double* %b, align 8 - %0 = load double, double* %a, align 8 - %1 = load double, double* %b, align 8 + store volatile double 1.540000e+01, double* %a, align 8 + store volatile double 9.100000e+00, double* %b, align 8 + %0 = load volatile double, double* %a, align 8 + %1 = load volatile double, double* %b, align 8 %add = fadd double %0, %1 store double %add, double* %c, align 8 %2 = load double, double* %c, align 8 |