Drop function that are deprecated since 2010.
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-06-21-F128LoadStore.ll
index 862559b109cf5cfdb427aff29d250fdf3f878d4c..8ce1708acdbf540062702cb9f3030c0e54476555 100644 (file)
@@ -4,7 +4,7 @@
 @h = external global ppc_fp128
 
 define void @f() {
-       %tmp = load ppc_fp128* @g
+       %tmp = load ppc_fp128, ppc_fp128* @g
        store ppc_fp128 %tmp, ppc_fp128* @h
        ret void
 }