]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGenCXX/microsoft-no-rtti-data.cpp: Relax an expression for -Asserts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 1 Jul 2014 23:33:03 +0000 (23:33 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 1 Jul 2014 23:33:03 +0000 (23:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212144 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/microsoft-no-rtti-data.cpp

index 015b7e69a8d6d6a7f075795d1a5d2e65f16a3b75..d4002c28b1a20bb66379d60e3a1aba3f6994911c 100644 (file)
@@ -18,4 +18,4 @@ extern S *getS();
 
 const std::type_info &ti = typeid(*getS());
 const U &u = dynamic_cast<U &>(*getS());
-// CHECK: call i8* @__RTDynamicCast(i8* %0, i32 0, i8* bitcast ({{.*}} @"\01??_R0?AUS@@@8" to i8*), i8* bitcast ({{.*}} @"\01??_R0?AUU@@@8" to i8*), i32 1)
+// CHECK: call i8* @__RTDynamicCast(i8* %{{.+}}, i32 0, i8* bitcast ({{.*}} @"\01??_R0?AUS@@@8" to i8*), i8* bitcast ({{.*}} @"\01??_R0?AUU@@@8" to i8*), i32 1)