aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-10-26 20:24:42 +0000
committerBill Wendling <isanbard@gmail.com>2007-10-26 20:24:42 +0000
commit84ebece8b1abc9b63c7360fc124a7e282deee332 (patch)
treeb39c66304a248ceddcb6cf096fb620f3eaaba34f /test
parentc27d5aaaa2f92f7dc8e2e142b0b1a42c84a2830c (diff)
downloadexternal_llvm-84ebece8b1abc9b63c7360fc124a7e282deee332.zip
external_llvm-84ebece8b1abc9b63c7360fc124a7e282deee332.tar.gz
external_llvm-84ebece8b1abc9b63c7360fc124a7e282deee332.tar.bz2
- Remove the hacky code that forces a memcpy. Alignment is taken care of in the
FE. - Explicitly pass in the alignment of the load & store. - XFAIL 2007-10-23-UnalignedMemcpy.ll because llc has a bug that crashes on unaligned pointers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43398 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/PowerPC/2007-10-23-UnalignedMemcpy.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/2007-10-23-UnalignedMemcpy.ll b/test/CodeGen/PowerPC/2007-10-23-UnalignedMemcpy.ll
index c0cf201..d338129 100644
--- a/test/CodeGen/PowerPC/2007-10-23-UnalignedMemcpy.ll
+++ b/test/CodeGen/PowerPC/2007-10-23-UnalignedMemcpy.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=powerpc64-apple-darwin9 -o - | grep memcpy
+; XFAIL: *
@C.0.1173 = external constant [33 x i8] ; <[33 x i8]*> [#uses=1]