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:
733153d
)
Fix typo in test/CodeGen/object-size.c CHECK line.
author
Bob Wilson
<bob.wilson@apple.com>
Wed, 24 Feb 2016 18:38:35 +0000
(18:38 +0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Wed, 24 Feb 2016 18:38:35 +0000
(18:38 +0000)
llvm-svn: 261762
clang/test/CodeGen/object-size.c
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/object-size.c
b/clang/test/CodeGen/object-size.c
index 610e54150d8080d58ac812c58b0720eab16c56c4..6aee57375a48ecf41e4935d84a4b45cd0e4219dc 100644
(file)
--- a/
clang/test/CodeGen/object-size.c
+++ b/
clang/test/CodeGen/object-size.c
@@
-505,7
+505,7
@@
void test31() {
// CHECK: call i64 @llvm.objectsize.i64.p0i8(i8* %{{.*}}, i1 false)
gi = __builtin_object_size(ds1[9].snd, 1);
- // CHEC
H
: store i32 2
+ // CHEC
K
: store i32 2
gi = __builtin_object_size(&ss[9].snd[0], 1);
// CHECK: call i64 @llvm.objectsize.i64.p0i8(i8* %{{.*}}, i1 false)