commit | 4362261b0093730e46ffcad910e8b465cf0bb1cb | [log] [tgz] |
---|---|---|
author | Stephen Lin <stephenwlin@gmail.com> | Thu Aug 15 06:47:53 2013 +0000 |
committer | Stephen Lin <stephenwlin@gmail.com> | Thu Aug 15 06:47:53 2013 +0000 |
tree | b05fa6d247505d0ab46b16619f702532e189f698 | |
parent | 83e042a21b5392882ccc020baa9ade52851b5903 [diff] [blame] |
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. llvm-svn: 188447
diff --git a/clang/test/CodeGenCXX/devirtualize-virtual-function-calls.cpp b/clang/test/CodeGenCXX/devirtualize-virtual-function-calls.cpp index 52f1cd3..911ddee 100644 --- a/clang/test/CodeGenCXX/devirtualize-virtual-function-calls.cpp +++ b/clang/test/CodeGenCXX/devirtualize-virtual-function-calls.cpp
@@ -79,7 +79,7 @@ struct D : public B { }; void f(D d) { - // CHECK: define void @_ZN5test31fENS_1DE + // CHECK-LABEL: define void @_ZN5test31fENS_1DE d.B::~B(); } }