summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/dyncast.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-12-16 07:05:41 +0000
committerAnders Carlsson <andersca@mac.com>2009-12-16 07:05:41 +0000
commit07863b8b6e1df3543e78a6b68b17f1ca12b09f2b (patch)
tree33a2af4a075545c43724623d1ef77b5d04314ad3 /clang/test/CodeGenCXX/dyncast.cpp
parent18ada9856fd0361bb7487f8842c35d5e54ea0311 (diff)
downloadbcm5719-llvm-07863b8b6e1df3543e78a6b68b17f1ca12b09f2b.tar.gz
bcm5719-llvm-07863b8b6e1df3543e78a6b68b17f1ca12b09f2b.zip
Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. With this change, we can now compile and link TableGen.
llvm-svn: 91520
Diffstat (limited to 'clang/test/CodeGenCXX/dyncast.cpp')
-rw-r--r--clang/test/CodeGenCXX/dyncast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/dyncast.cpp b/clang/test/CodeGenCXX/dyncast.cpp
index 50887b10007..a2d116a8987 100644
--- a/clang/test/CodeGenCXX/dyncast.cpp
+++ b/clang/test/CodeGenCXX/dyncast.cpp
@@ -97,7 +97,7 @@ void test1() {
// CHECK-LL-NEXT: br i1 %4, label %5, label %9
// CHECK-LL: ; <label>:5
// CHECK-LL-NEXT: %6 = bitcast %class.test1_A* %tmp to i8*
-// CHECK-LL-NEXT: %7 = call i8* @__dynamic_cast(i8* %6, i8* bitcast ({{.*}} @_ZTI7test1_B to i8*), i8* bitcast (i8** @_ZTI7test1_D to i8*), i64 -1)
+// CHECK-LL-NEXT: %7 = call i8* @__dynamic_cast(i8* %6, i8* bitcast (%0* @_ZTI7test1_B to i8*), i8* bitcast (%1* @_ZTI7test1_D to i8*), i64 -1) ; <i8*> [#uses=1]
// CHECK-LL-NEXT: %8 = bitcast i8* %7 to %class.test1_D*
// CHECK-LL-NEXT: br label %10
// CHECK-LL: ; <label>:9
OpenPOWER on IntegriCloud