summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/rtti-linkage.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-12-30 01:00:12 +0000
committerAnders Carlsson <andersca@mac.com>2009-12-30 01:00:12 +0000
commitf64531a17037faa9e0119e90961d2db77d06865d (patch)
tree27a4c6f8005b8782f9726f42b02e98c64bb7b452 /test/CodeGenCXX/rtti-linkage.cpp
parent5126fd0dd92c4ec211c837ee78d5ce59c68dcbd5 (diff)
More RTTI cleanup, test that RTTI classes have the correct vtables.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92284 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/rtti-linkage.cpp')
-rw-r--r--test/CodeGenCXX/rtti-linkage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/rtti-linkage.cpp b/test/CodeGenCXX/rtti-linkage.cpp
index 1050bae7cb..63c19aa250 100644
--- a/test/CodeGenCXX/rtti-linkage.cpp
+++ b/test/CodeGenCXX/rtti-linkage.cpp
@@ -52,7 +52,7 @@ struct B : A {
void B::f() { }
// C is an incomplete class type, so any direct or indirect pointer types should have
-// internal linkage, as should the type info for C itself (FIXME).
+// internal linkage, as should the type info for C itself.
struct C;
void t1() {