diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-11-09 23:10:44 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-11-09 23:10:44 +0000 |
commit | 8183718cb1a6e137efc61c93bd3f4b89678de008 (patch) | |
tree | d1fce9a8df3b562719383fabf82dc93859482e75 /clang/test/CodeGenCXX/debug-info-thunk.cpp | |
parent | 4b985e3a25fb5621fbc8e23ffb0487f0e452568a (diff) | |
download | bcm5719-llvm-8183718cb1a6e137efc61c93bd3f4b89678de008.tar.gz bcm5719-llvm-8183718cb1a6e137efc61c93bd3f4b89678de008.zip |
Remove extra whitespace
llvm-svn: 286412
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-thunk.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-thunk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-thunk.cpp b/clang/test/CodeGenCXX/debug-info-thunk.cpp index 8f4dc6ff405..f7d16f49325 100644 --- a/clang/test/CodeGenCXX/debug-info-thunk.cpp +++ b/clang/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]+]] |