Author: chapuni Date: Tue Sep 8 09:19:13 2015 New Revision: 247015 URL: http://llvm.org/viewvc/llvm-project?rev=247015&view=rev Log: clang/test/CodeGen/complex-convert.c: Appease for targeting powerpc64-*.
Modified: cfe/trunk/test/CodeGen/complex-convert.c Modified: cfe/trunk/test/CodeGen/complex-convert.c URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/complex-convert.c?rev=247015&r1=247014&r2=247015&view=diff ============================================================================== --- cfe/trunk/test/CodeGen/complex-convert.c (original) +++ cfe/trunk/test/CodeGen/complex-convert.c Tue Sep 8 09:19:13 2015 @@ -31,6 +31,8 @@ void foo(signed char sc, unsigned char u // CHECK: alloca i[[CHSIZE]], align [[CHALIGN:[0-9]+]] // CHECK: alloca i[[LLSIZE]], align [[LLALIGN:[0-9]+]] + // CHECK: store i64 %ull, + sc1 = csc; // CHECK: %[[VAR1:[A-Za-z0-9.]+]] = getelementptr inbounds { i[[CHSIZE]], i[[CHSIZE]] }, { i[[CHSIZE]], i[[CHSIZE]] }* %[[CSC:[A-Za-z0-9.]+]], i{{[0-9]+}} 0, i{{[0-9]+}} 0 // CHECK-NEXT: %[[VAR2:[A-Za-z0-9.]+]] = load i[[CHSIZE]], i[[CHSIZE]]* %[[VAR1]] _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits