r286412 - Remove extra whitespace
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 9 15:10:45 PST 2016
Author: adrian
Date: Wed Nov 9 17:10:44 2016
New Revision: 286412
URL: http://llvm.org/viewvc/llvm-project?rev=286412&view=rev
Log:
Remove extra whitespace
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp?rev=286412&r1=286411&r2=286412&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-thunk.cpp Wed Nov 9 17:10:44 2016
@@ -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]+]]
More information about the cfe-commits
mailing list