summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachOWriter.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/MachOWriter.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/MachOWriter.h')
-rw-r--r--llvm/lib/CodeGen/MachOWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachOWriter.h b/llvm/lib/CodeGen/MachOWriter.h
index 0d6f1328f43..9273f385486 100644
--- a/llvm/lib/CodeGen/MachOWriter.h
+++ b/llvm/lib/CodeGen/MachOWriter.h
@@ -78,7 +78,7 @@ namespace llvm {
bool is64Bit, isLittleEndian;
// Target Asm Info
- const MCAsmInfo *TAI;
+ const MCAsmInfo *MAI;
/// Header - An instance of MachOHeader that we will update while we build
/// the file, and then emit during finalization.
OpenPOWER on IntegriCloud