diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:23:48 +0000 |
commit | 06d4ba388873e6d1cfa9cd715a8935ecc8cd2097 (patch) | |
tree | 3eb853da77d46cc77c4b017525a422f9ddb1385b /test/Profile/cxx-templates.cpp | |
parent | 30d791273d07fac9c0c1641a0731191bca6e8606 (diff) |
Notes
Diffstat (limited to 'test/Profile/cxx-templates.cpp')
-rw-r--r-- | test/Profile/cxx-templates.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Profile/cxx-templates.cpp b/test/Profile/cxx-templates.cpp index 55ab36fe560d4..ce5651a250065 100644 --- a/test/Profile/cxx-templates.cpp +++ b/test/Profile/cxx-templates.cpp @@ -32,8 +32,8 @@ template <unsigned N> void loop() { // ALL: ret } -// T0USE-DAG: ![[T01]] = metadata !{metadata !"branch_weights", i32 1, i32 2} -// T100USE-DAG: ![[T1001]] = metadata !{metadata !"branch_weights", i32 101, i32 2} +// T0USE-DAG: ![[T01]] = !{!"branch_weights", i32 1, i32 2} +// T100USE-DAG: ![[T1001]] = !{!"branch_weights", i32 101, i32 2} int main(int argc, const char *argv[]) { loop<0>(); |