diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-03-18 23:11:54 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-03-18 23:11:54 +0000 |
commit | e4d6112a4eaf341afacd95c9585efc28ec2eac5a (patch) | |
tree | f5989729aae3f3db882c9b69c0757d082c624367 /test/CodeGen/code-coverage.c | |
parent | 62ba4ba4852b3dc3a8c1c77b34b58a06077387d8 (diff) |
Update testcase for r177340.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/code-coverage.c')
-rw-r--r-- | test/CodeGen/code-coverage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/code-coverage.c b/test/CodeGen/code-coverage.c index f165e30e6f..2c5aa6b227 100644 --- a/test/CodeGen/code-coverage.c +++ b/test/CodeGen/code-coverage.c @@ -16,7 +16,7 @@ int test1(int a) { // CHECK: void @__llvm_gcov_indirect_counter_increment(i32* %{{.*}}, i64** %{{.*}}) unnamed_addr [[NRZ:#[0-9]+]] // CHECK: void @__llvm_gcov_writeout() unnamed_addr [[NRZ]] +// CHECK: void @__llvm_gcov_flush() unnamed_addr [[NRZ]] // CHECK: void @__llvm_gcov_init() unnamed_addr [[NRZ]] -// CHECK: void @__gcov_flush() unnamed_addr [[NRZ]] // CHECK: attributes [[NRZ]] = { {{.*}}noredzone{{.*}} } |