]> granicus.if.org Git - clang/commitdiff
Fix for Release-Assert.
authorMike Stump <mrs@apple.com>
Wed, 13 Jan 2010 20:58:35 +0000 (20:58 +0000)
committerMike Stump <mrs@apple.com>
Wed, 13 Jan 2010 20:58:35 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93348 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/delete-two-arg.cpp

index d6bdb098844f31f6d3fabfe0b04e69852ec0c70e..5358747fed7b3d2b19a2c75547d25fb58cebba16 100644 (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)