projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
432e1ca
)
Rename static struct Initializer to avoid name conflict with BB.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 8 Jul 2002 23:04:31 +0000
(23:04 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Mon, 8 Jul 2002 23:04:31 +0000
(23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2831
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineCodeForInstruction.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineCodeForInstruction.cpp
b/lib/CodeGen/MachineCodeForInstruction.cpp
index 98871a7e85b0cd881dabafb352796b7c4e5c91df..f21e01651beff6449f79ebf3c40e7c959eb68169 100644
(file)
--- a/
lib/CodeGen/MachineCodeForInstruction.cpp
+++ b/
lib/CodeGen/MachineCodeForInstruction.cpp
@@
-29,11
+29,11
@@
static Annotation *CreateMCFI(AnnotationID AID, const Annotable *, void *) {
}
// Register the annotation with the annotation factory
-static struct Initializer {
- Initializer() {
+static struct
MCFI
Initializer {
+
MCFI
Initializer() {
AnnotationManager::registerAnnotationFactory(MCFI_AID, &CreateMCFI);
}
-} Register
AID
;
+} Register
CreateMCFI
;
MachineCodeForInstruction&