diff options
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>(); |