r246993 - Another fix to this test, this one apparently working by
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 8 02:33:34 PDT 2015
Author: rjmccall
Date: Tue Sep 8 04:33:33 2015
New Revision: 246993
URL: http://llvm.org/viewvc/llvm-project?rev=246993&view=rev
Log:
Another fix to this test, this one apparently working by
coincidence on all bots.
Modified:
cfe/trunk/test/CodeGenCXX/alignment.cpp
Modified: cfe/trunk/test/CodeGenCXX/alignment.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/alignment.cpp?rev=246993&r1=246992&r2=246993&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/alignment.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/alignment.cpp Tue Sep 8 04:33:33 2015
@@ -142,6 +142,7 @@ namespace test0 {
// CHECK: [[C_P:%.*]] = alloca [[C:%.*]], align 16
__attribute__((aligned(16))) C c;
+ // CHECK: [[CALL:%.*]] = call i32 @_Z10int_sourcev()
// CHECK: [[T0:%.*]] = bitcast [[C]]* [[C_P]] to i8*
// CHECK: [[T1:%.*]] = getelementptr inbounds i8, i8* [[T0]], i64 8
// CHECK: [[B_P:%.*]] = bitcast i8* [[T1]] to [[B]]*
More information about the cfe-commits
mailing list