Revert "Change memcpy/memset/memmove to have dest and source alignments."
[oota-llvm.git] / test / CodeGen / PowerPC / quadint-return.ll
index 03499915e78e6c5339a37d6086fe8d56bcd1a86f..0743ce4a95c1e947c5bb289464e01156f7d47355 100644 (file)
@@ -8,7 +8,7 @@ define i128 @foo() nounwind {
 entry:
   %x = alloca i128, align 16
   store i128 27, i128* %x, align 16
-  %0 = load i128* %x, align 16
+  %0 = load i128, i128* %x, align 16
   ret i128 %0
 }