summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachO.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-22 21:43:10 +0000
committerChris Lattner <sabre@nondot.org>2009-08-22 21:43:10 +0000
commite9a75a6654b7b42f41e6c8d298dc89e0c347c6bd (patch)
treeaac669bd6d1440700c4d957978b4cf7946206d65 /llvm/lib/CodeGen/MachO.h
parentcbf10f5de597502d4f59e988b7e3e3a32c83de0f (diff)
downloadbcm5719-llvm-e9a75a6654b7b42f41e6c8d298dc89e0c347c6bd.tar.gz
bcm5719-llvm-e9a75a6654b7b42f41e6c8d298dc89e0c347c6bd.zip
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
llvm-svn: 79777
Diffstat (limited to 'llvm/lib/CodeGen/MachO.h')
-rw-r--r--llvm/lib/CodeGen/MachO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachO.h b/llvm/lib/CodeGen/MachO.h
index cf8bbbf8fa6..f2b40fe58e2 100644
--- a/llvm/lib/CodeGen/MachO.h
+++ b/llvm/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'
OpenPOWER on IntegriCloud