CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
llvm-svn: 188447
This commit is contained in:
@@ -12,7 +12,7 @@ struct Bar {
|
||||
|
||||
void f(Foo);
|
||||
|
||||
// CHECK: define void @_Z1g3Foo(%struct.Foo* %foo)
|
||||
// CHECK-LABEL: define void @_Z1g3Foo(%struct.Foo* %foo)
|
||||
void g(Foo foo) {
|
||||
// CHECK: call void @_ZN3BarC1Ev
|
||||
// CHECK: @_ZNK3BarcvRK3FooEv
|
||||
|
||||
Reference in New Issue
Block a user