Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / GlobalOpt / 2008-01-29-VolatileGlobal.ll
bloba352598e95c2961e480874fb7cce7ecd0519e11e
1 ; RUN: opt < %s -passes=globalopt -S | FileCheck %s
2 ; CHECK: load volatile
3 @t0.1441 = internal global double 0x3FD5555555555555, align 8           ; <ptr> [#uses=1]
5 define double @foo() nounwind  {
6 entry:
7         %tmp1 = load volatile double, ptr @t0.1441, align 8             ; <double> [#uses=2]
8         %tmp4 = fmul double %tmp1, %tmp1                ; <double> [#uses=1]
9         ret double %tmp4