From 9936364fbd7fe176dcc3d7408f18ef81cec8e57f Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 9 Nov 2016 23:10:44 +0000 Subject: [PATCH] Remove extra whitespace git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286412 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info-thunk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/debug-info-thunk.cpp b/test/CodeGenCXX/debug-info-thunk.cpp index 8f4dc6ff40..f7d16f4932 100644 --- a/test/CodeGenCXX/debug-info-thunk.cpp +++ b/test/CodeGenCXX/debug-info-thunk.cpp @@ -13,7 +13,7 @@ struct C : A, B { }; void C::f() { } -// CHECK: define {{.*}} void @_ZThn{{[48]}}_N1C1fEv +// CHECK: define {{.*}}void @_ZThn{{[48]}}_N1C1fEv // CHECK-SAME: !dbg ![[SP:[0-9]+]] // CHECK-NOT: {{ret }} // CHECK: = load{{.*}} !dbg ![[DBG:[0-9]+]] -- 2.50.1