Fix for Release-Assert.

llvm-svn: 93348
This commit is contained in:
Mike Stump 2010-01-13 20:58:35 +00:00
parent 2f7b246a47
commit 8521f06ced
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
struct A { void operator delete(void*,__typeof(sizeof(int))); int x; };
void a(A* x) { delete x; }
// CHECK: call void @_ZN1AdlEPvj(i8* %0, i32 4)
// CHECK: call void @_ZN1AdlEPvj(i8* %{{.*}}, i32 4)