Remove extra whitespace

llvm-svn: 286412
This commit is contained in:
Adrian Prantl 2016-11-09 23:10:44 +00:00
parent 4b985e3a25
commit 8183718cb1
1 changed files with 1 additions and 1 deletions

View File

@ -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]+]]