diff options
author | John McCall <rjmccall@apple.com> | 2015-09-08 09:33:33 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2015-09-08 09:33:33 +0000 |
commit | e78e08a92bc9446467d48231120ed7a6b4e1731e (patch) | |
tree | e7f6b319d34c9381cd3e1a479ea5cc3499192c7d /clang/test/CodeGenCXX/alignment.cpp | |
parent | c88d2fac7c820239704ffc61b8924807cd9a04a6 (diff) | |
download | bcm5719-llvm-e78e08a92bc9446467d48231120ed7a6b4e1731e.tar.gz bcm5719-llvm-e78e08a92bc9446467d48231120ed7a6b4e1731e.zip |
Another fix to this test, this one apparently working by
coincidence on all bots.
llvm-svn: 246993
Diffstat (limited to 'clang/test/CodeGenCXX/alignment.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/alignment.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/alignment.cpp b/clang/test/CodeGenCXX/alignment.cpp index db60092d3b2..2a1fe71f961 100644 --- a/clang/test/CodeGenCXX/alignment.cpp +++ b/clang/test/CodeGenCXX/alignment.cpp @@ -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]]* |