Minor modern rewriter bug showed up during testing

against a large project.

llvm-svn: 151395
This commit is contained in:
Fariborz Jahanian 2012-02-24 21:42:38 +00:00
parent 232ee49c7b
commit 0ed6cb75a7
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ namespace {
break;
} else {
// Keep track of all interface declarations seen.
ObjCInterfacesSeen.push_back(Class->getCanonicalDecl());
ObjCInterfacesSeen.push_back(Class);
break;
}
}