diff options
Diffstat (limited to 'test/CodeGenCXX/virt-dtor-gen.cpp')
-rw-r--r-- | test/CodeGenCXX/virt-dtor-gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/virt-dtor-gen.cpp b/test/CodeGenCXX/virt-dtor-gen.cpp index 1a6c583..78a0b81 100644 --- a/test/CodeGenCXX/virt-dtor-gen.cpp +++ b/test/CodeGenCXX/virt-dtor-gen.cpp @@ -7,4 +7,4 @@ class Foo { }; Foo::~Foo() {} -// CHECK: define void @_ZN3FooD0Ev(%class.Foo* %this) unnamed_addr +// CHECK-LABEL: define void @_ZN3FooD0Ev(%class.Foo* %this) unnamed_addr |