Skip to content
Snippets Groups Projects
Commit 9936364f authored by Adrian Prantl's avatar Adrian Prantl
Browse files

Remove extra whitespace

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286412 91177308-0d34-0410-b5e6-96231b3b80d8
parent b1b60c72
No related branches found
No related tags found
No related merge requests found
......@@ -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]+]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment