summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-11-19 05:55:59 +0000
committerPete Cooper <peter_cooper@apple.com>2015-11-19 05:55:59 +0000
commit3b39e88ae0e1f260ebb89f874d8006cb0b87fd2f (patch)
treef741455d33f34f087312a0d35eb695798a3bf837 /clang/test/Modules
parentccfcdc0d3ac472dd1fac2f3ce0293a1b2c15d00f (diff)
downloadbcm5719-llvm-3b39e88ae0e1f260ebb89f874d8006cb0b87fd2f.tar.gz
bcm5719-llvm-3b39e88ae0e1f260ebb89f874d8006cb0b87fd2f.zip
Revert "Change memcpy/memset/memmove to have dest and source alignments."
This reverts commit r253512. This likely broke the bots in: http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/20202 http://bb.pgr.jp/builders/clang-3stage-i686-linux/builds/3787 llvm-svn: 253542
Diffstat (limited to 'clang/test/Modules')
-rw-r--r--clang/test/Modules/templates.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/templates.mm b/clang/test/Modules/templates.mm
index 732449cd8bd..190084ad2b7 100644
--- a/clang/test/Modules/templates.mm
+++ b/clang/test/Modules/templates.mm
@@ -77,10 +77,10 @@ unsigned testMixedStruct() {
// CHECK: %[[l:.*]] = alloca %[[ListInt:[^ ]*]], align 8
// CHECK: %[[r:.*]] = alloca %[[ListInt]], align 8
- // CHECK: call {{.*}}memcpy{{.*}}(i8* align 8 %{{.*}}, i8* align 8 bitcast ({{.*}}* @_ZZ15testMixedStructvE1l to i8*), i64 16,
+ // CHECK: call {{.*}}memcpy{{.*}}(i8* %{{.*}}, i8* bitcast ({{.*}}* @_ZZ15testMixedStructvE1l to i8*), i64 16,
ListInt_left l{0, 1};
- // CHECK: call {{.*}}memcpy{{.*}}(i8* align 8 %{{.*}}, i8* align 8 bitcast ({{.*}}* @_ZZ15testMixedStructvE1r to i8*), i64 16,
+ // CHECK: call {{.*}}memcpy{{.*}}(i8* %{{.*}}, i8* bitcast ({{.*}}* @_ZZ15testMixedStructvE1r to i8*), i64 16,
ListInt_right r{0, 2};
// CHECK: call void @_Z10useListIntR4ListIiE(%[[ListInt]]* dereferenceable({{[0-9]+}}) %[[l]])
OpenPOWER on IntegriCloud