Rename static struct Initializer to avoid name conflict with BB.

llvm-svn: 2831
This commit is contained in:
Vikram S. Adve 2002-07-08 23:04:31 +00:00
parent 4180fe41c2
commit 35bac4a658
1 changed files with 3 additions and 3 deletions

View File

@ -29,11 +29,11 @@ static Annotation *CreateMCFI(AnnotationID AID, const Annotable *, void *) {
} }
// Register the annotation with the annotation factory // Register the annotation with the annotation factory
static struct Initializer { static struct MCFIInitializer {
Initializer() { MCFIInitializer() {
AnnotationManager::registerAnnotationFactory(MCFI_AID, &CreateMCFI); AnnotationManager::registerAnnotationFactory(MCFI_AID, &CreateMCFI);
} }
} RegisterAID; } RegisterCreateMCFI;
MachineCodeForInstruction& MachineCodeForInstruction&