X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=test%2FCodeGen%2FPowerPC%2Fno-extra-fp-conv-ldst.ll;h=26739bf958b546d6d6e6bdffbafe905c485c94a6;hb=4c5e43da7792f75567b693105cc53e3f1992ad98;hp=6beee253a2ec2f9b07aa0324c1e00f5cd794ad95;hpb=c75239e6119d0f9a74c57099d91cbc9bde56bf33;p=android-x86%2Fexternal-llvm.git diff --git a/test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll b/test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll index 6beee253a2e..26739bf958b 100644 --- a/test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll +++ b/test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll @@ -5,7 +5,7 @@ target triple = "powerpc64-unknown-linux-gnu" ; Function Attrs: nounwind readonly define double @test1(i64* nocapture readonly %x) #0 { entry: - %0 = load i64* %x, align 8 + %0 = load i64, i64* %x, align 8 %conv = sitofp i64 %0 to double ret double %conv @@ -18,7 +18,7 @@ entry: ; Function Attrs: nounwind readonly define double @test2(i32* nocapture readonly %x) #0 { entry: - %0 = load i32* %x, align 4 + %0 = load i32, i32* %x, align 4 %conv = sitofp i32 %0 to double ret double %conv