summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachO.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/MachO.h')
-rw-r--r--lib/CodeGen/MachO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachO.h b/lib/CodeGen/MachO.h
index cf8bbbf8fa..f2b40fe58e 100644
--- a/lib/CodeGen/MachO.h
+++ b/lib/CodeGen/MachO.h
@@ -68,7 +68,7 @@ struct MachOSym {
};
MachOSym(const GlobalValue *gv, std::string name, uint8_t sect,
- const MCAsmInfo *TAI);
+ const MCAsmInfo *MAI);
struct SymCmp {
// FIXME: this does not appear to be sorting 'f' after 'F'