[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / PowerPC / pr28630.ll
blob95d7aa57b1b5751f6e32ae6ca0e09adcb683d5cb
1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs -O0 < %s
3 define double @test() {
4   ret double 1.000000e+00
7 @g = common global double 0.000000e+00, align 8
9 define double @testitd() {
10   %g = load double, ptr @g, align 8
11   ret double %g