[cfe-commits] r114185 - /cfe/trunk/test/CodeGenCXX/constructor-init.cpp

John McCall rjmccall at apple.com
Fri Sep 17 10:03:41 PDT 2010


Author: rjmccall
Date: Fri Sep 17 12:03:41 2010
New Revision: 114185

URL: http://llvm.org/viewvc/llvm-project?rev=114185&view=rev
Log:
Fix test for no-asserts builds.


Modified:
    cfe/trunk/test/CodeGenCXX/constructor-init.cpp

Modified: cfe/trunk/test/CodeGenCXX/constructor-init.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/constructor-init.cpp?rev=114185&r1=114184&r2=114185&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/constructor-init.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/constructor-init.cpp Fri Sep 17 12:03:41 2010
@@ -98,7 +98,7 @@
   // CHECK-NEXT: [[FNP:%.*]] = getelementptr inbounds i32 ([[B]]*)** [[VTBL]], i64 0
   // CHECK-NEXT: [[FN:%.*]] = load i32 ([[B]]*)** [[FNP]]
   // CHECK-NEXT: [[ARG:%.*]] = call i32 [[FN]]([[B]]* [[THIS]])
-  // CHECK-NEXT: call void @_ZN10InitVTable1AC2Ei({{.*}}* %1, i32 [[ARG]])
+  // CHECK-NEXT: call void @_ZN10InitVTable1AC2Ei({{.*}}* {{%.*}}, i32 [[ARG]])
   // CHECK-NEXT: [[T0:%.*]] = bitcast [[B]]* [[THIS]] to i8***
   // CHECK-NEXT: store i8** getelementptr inbounds ([3 x i8*]* @_ZTVN10InitVTable1BE, i64 0, i64 2), i8*** [[T0]]
   // CHECK-NEXT: ret void





More information about the cfe-commits mailing list