diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-02-10 07:45:43 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-02-10 07:45:43 +0000 |
commit | 476c4db3dc56bee43df384704c75ccc71cfa7a1d (patch) | |
tree | 5d0dcec3cc12fc53532fc84029892b98711a2596 /test/profile/instrprof-write-file-atexit-explicitly.c | |
parent | ca9211ecdede9bdedb812b2243a4abdb8dacd1b9 (diff) |
Import compiler-rt trunk r228651.vendor/compiler-rt/compiler-rt-r228651
Notes
Notes:
svn path=/vendor/compiler-rt/dist/; revision=278497
svn path=/vendor/compiler-rt/compiler-rt-r228651/; revision=278498; tag=vendor/compiler-rt/compiler-rt-r228651
Diffstat (limited to 'test/profile/instrprof-write-file-atexit-explicitly.c')
-rw-r--r-- | test/profile/instrprof-write-file-atexit-explicitly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-write-file-atexit-explicitly.c b/test/profile/instrprof-write-file-atexit-explicitly.c index ba229b9144fa..18c365af5003 100644 --- a/test/profile/instrprof-write-file-atexit-explicitly.c +++ b/test/profile/instrprof-write-file-atexit-explicitly.c @@ -14,4 +14,4 @@ int main(int argc, const char *argv[]) { __llvm_profile_set_filename(argv[1]); return 0; } -// CHECK: ![[PD1]] = metadata !{metadata !"branch_weights", i32 1, i32 2} +// CHECK: ![[PD1]] = !{!"branch_weights", i32 1, i32 2} |