Fix use of LLVM IR names in lit test

llvm-svn: 268419
This commit is contained in:
Reid Kleckner 2016-05-03 18:48:50 +00:00
parent 4b60f30a12
commit f985033202
1 changed files with 1 additions and 1 deletions

View File

@ -496,6 +496,6 @@ void callit(C *p) {
static_cast<B*>(p)->g();
}
// CHECK-LABEL: define void @"\01?callit@pr27621@@YAXPAUC@1@@Z"(%"struct.pr27621::C"* %{{.*}})
// CHECK: %[[B_i8:.*]] = getelementptr i8, i8* %1, i32 4
// CHECK: %[[B_i8:.*]] = getelementptr i8, i8* %{{.*}}, i32 4
// CHECK: call x86_thiscallcc void @"\01?g@C@pr27621@@UAEXXZ"(i8* %[[B_i8]])
}