projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04386d8
)
Remove "CHECK: entry" in test case.
author
Akira Hatanaka
<ahatanaka@apple.com>
Fri, 9 Feb 2018 19:25:31 +0000
(19:25 +0000)
committer
Akira Hatanaka
<ahatanaka@apple.com>
Fri, 9 Feb 2018 19:25:31 +0000
(19:25 +0000)
rdar://problem/
37397814
llvm-svn: 324765
clang/test/CodeGenObjCXX/trivial_abi.mm
patch
|
blob
|
history
diff --git
a/clang/test/CodeGenObjCXX/trivial_abi.mm
b/clang/test/CodeGenObjCXX/trivial_abi.mm
index
7d84338
..
6a20578
100644
(file)
--- a/
clang/test/CodeGenObjCXX/trivial_abi.mm
+++ b/
clang/test/CodeGenObjCXX/trivial_abi.mm
@@
-81,7
+81,6
@@
void testCallStrong(Strong *a) {
}
// CHECK: define i64 @_Z16testReturnStrongP6Strong(%[[STRUCT_STRONG]]* %[[A:.*]])
-// CHECK: entry:
// CHECK: %[[RETVAL:.*]] = alloca %[[STRUCT_STRONG]], align 8
// CHECK: %[[A_ADDR:.*]] = alloca %[[STRUCT_STRONG]]*, align 8
// CHECK: store %[[STRUCT_STRONG]]* %[[A]], %[[STRUCT_STRONG]]** %[[A_ADDR]], align 8