summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/thiscall-struct-return.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/thiscall-struct-return.cpp')
-rw-r--r--clang/test/CodeGenCXX/thiscall-struct-return.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/thiscall-struct-return.cpp b/clang/test/CodeGenCXX/thiscall-struct-return.cpp
index ff531255bba..65fb74d7693 100644
--- a/clang/test/CodeGenCXX/thiscall-struct-return.cpp
+++ b/clang/test/CodeGenCXX/thiscall-struct-return.cpp
@@ -29,7 +29,7 @@ public:
}
};
-// CHECK: define void @_Z4testv()
+// CHECK-LABEL: define void @_Z4testv()
void test( void ) {
// CHECK: call void @_ZN1CC1Ev(%class.C* [[C:%.+]])
C c;
OpenPOWER on IntegriCloud