Skip to content
Snippets Groups Projects
Commit 8450bb4c authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Use CHECK-LABEL when possible. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226743 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0946642c
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,8 @@ L<int> l; ...@@ -30,8 +30,8 @@ L<int> l;
} }
// CHECK-LABEL: define linkonce_odr i32 @_ZN15inline_function3fooEv // CHECK-LABEL: define linkonce_odr i32 @_ZN15inline_function3fooEv
// CHECK: define linkonce_odr void @_ZZN15inline_function3fooEvENKUliE_clEi // CHECK-LABEL: define linkonce_odr void @_ZZN15inline_function3fooEvENKUliE_clEi
// CHECK: define linkonce_odr signext i8 @_ZZZN15inline_function3fooEvENKUliE_clEiENKUlcE_clEc // CHECK-LABEL: define linkonce_odr signext i8 @_ZZZN15inline_function3fooEvENKUliE_clEiENKUlcE_clEc
namespace inline_function { namespace inline_function {
inline int foo() { inline int foo() {
auto L = [](int a) { auto L = [](int a) {
...@@ -43,8 +43,8 @@ inline int foo() { ...@@ -43,8 +43,8 @@ inline int foo() {
} }
int use = foo(); int use = foo();
} }
// CHECK: define linkonce_odr void @_ZNK32lambdas_in_NSDMIs_template_class1LIiEUliE_clEi(%class.anon // CHECK-LABEL: define linkonce_odr void @_ZNK32lambdas_in_NSDMIs_template_class1LIiEUliE_clEi(%class.anon
// CHECK: define linkonce_odr i32 @_ZZNK32lambdas_in_NSDMIs_template_class1LIiEUliE_clEiENKUliE_clEi(%class.anon // CHECK-LABEL: define linkonce_odr i32 @_ZZNK32lambdas_in_NSDMIs_template_class1LIiEUliE_clEiENKUliE_clEi(%class.anon
// CHECK: define linkonce_odr void @_ZNK12non_template1L1tMUliE_clEi(%class.anon // CHECK-LABEL: define linkonce_odr void @_ZNK12non_template1L1tMUliE_clEi(%class.anon
// CHECK: define linkonce_odr i32 @_ZZNK12non_template1L1tMUliE_clEiENKUliE_clEi(%class.anon // CHECK-LABEL: define linkonce_odr i32 @_ZZNK12non_template1L1tMUliE_clEiENKUliE_clEi(%class.anon
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment