Move the personality function from LandingPadInst to Function
[oota-llvm.git] / test / CodeGen / PowerPC / ppc64-align-long-double.ll
index db50451a76cf4f5e8cde3ac1140ea7f902c9306a..b9fd6707f04193d01909b5fe096e09321ce3b868 100644 (file)
@@ -14,7 +14,7 @@ target triple = "powerpc64-unknown-linux-gnu"
 define ppc_fp128 @test(%struct.S* byval %x) nounwind {
 entry:
   %b = getelementptr inbounds %struct.S, %struct.S* %x, i32 0, i32 1
-  %0 = load ppc_fp128* %b, align 16
+  %0 = load ppc_fp128, ppc_fp128* %b, align 16
   ret ppc_fp128 %0
 }